From e9d06b77a86eacdde21c98af50a9d374366cabe2 Mon Sep 17 00:00:00 2001 From: wukko Date: Wed, 13 Nov 2024 15:02:10 +0600 Subject: [PATCH] web/i18n/error/youtube: add no format error & improve hls error --- web/i18n/en/error.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/en/error.json b/web/i18n/en/error.json index 5ac0ecf6..8ae5cf8c 100644 --- a/web/i18n/en/error.json +++ b/web/i18n/en/error.json @@ -47,9 +47,9 @@ "api.content.post.private": "this post is from a private account, so i can't access it. have you pasted the right link?", "api.content.post.age": "this post is age-restricted, so i can't access it anonymously. have you pasted the right link?", - "api.youtube.codec": "youtube didn't return anything with your preferred video codec. try another one in settings!", + "api.youtube.no_matching_format": "youtube didn't return a valid video + audio format combo. either video or audio is missing. formats for this video may be re-encoding on youtube's side, or something went wrong when parsing them.", "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.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!" + "api.youtube.no_hls_streams": "couldn't find any matching HLS streams for this video. try downloading it without HLS!" }