mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/i18n/error: add youtube hls error
This commit is contained in:
parent
fba6ba09c2
commit
3ed51c9eeb
1 changed files with 2 additions and 1 deletions
|
@ -50,5 +50,6 @@
|
||||||
"api.youtube.codec": "youtube didn't return anything with your preferred video codec. try another one in settings!",
|
"api.youtube.codec": "youtube didn't return anything with your preferred video codec. try another one in settings!",
|
||||||
"api.youtube.decipher": "youtube updated its decipher algorithm and i couldn't extract the info about the video.\n\ntry again in a few seconds, but if issue sticks, contact us for support.",
|
"api.youtube.decipher": "youtube updated its decipher algorithm and i couldn't extract the info about the video.\n\ntry again in a few seconds, but if issue sticks, contact us for support.",
|
||||||
"api.youtube.login": "couldn't get this video because youtube labeled me as a bot. this is potentially caused by the processing instance not having any active account tokens. try again in a few seconds, but if it still doesn't work, tell the instance owner about this error!",
|
"api.youtube.login": "couldn't get this video because youtube labeled me as a bot. this is potentially caused by the processing instance not having any active account tokens. try again in a few seconds, but if it still doesn't work, tell the instance owner about this error!",
|
||||||
"api.youtube.token_expired": "couldn't get this video because the youtube token expired and i couldn't refresh it. try again in a few seconds, but if it still doesn't work, tell the instance owner about this error!"
|
"api.youtube.token_expired": "couldn't get this video because the youtube token expired and i couldn't refresh it. try again in a few seconds, but if it still doesn't work, tell the instance owner about this error!",
|
||||||
|
"api.youtube.no_hls_streams": "couldn't find any matching HLS streams. try different settings!"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue