Use yewtu.be invidious instance. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 8b9092a440c52257306253e2051a31b2f399e7d6 | |
parent 8a20e8082f032720e0660b2f01a09833843b1cfd | |
Author: parazyd <[email protected]> | |
Date: Tue, 27 Apr 2021 12:25:25 +0200 | |
Use yewtu.be invidious instance. | |
Signed-off-by: parazyd <[email protected]> | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-message-common | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-message-common b/annna-message-common | |
@@ -76,7 +76,7 @@ case "${text}" in | |
case "${uri}" in | |
*youtube.com/*|*youtu.be/*) | |
- nuri="https://invidious.13ad.de/${uri#https*://*/}" | |
+ nuri="https://yewtu.be/${uri#https*://*/}" | |
fetch-uri "${nuri}" > "${tmpf}" | |
urititle="$(curl-grabtitle "${nuri}")" | |
sturi="$(subtitle-paste "${uri}")" |