From 1e7406de9df5689a5815d1f9ad0f9bd071dd8002 Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 16 Jun 2025 13:53:57 +0600 Subject: [PATCH] web/i18n/error/api: rephrase youtube.no_matching_format --- web/i18n/en/error/api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en/error/api.json b/web/i18n/en/error/api.json index d4a7598c..797d920b 100644 --- a/web/i18n/en/error/api.json +++ b/web/i18n/en/error/api.json @@ -50,7 +50,7 @@ "content.post.private": "couldn't get anything about this post because it's from a private account. try a different link!", "content.post.age": "this post is age-restricted, so i can't access it anonymously. try again or try a different link!", - "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 may have went wrong when parsing them. try again a bit later!", + "youtube.no_matching_format": "youtube didn't return any acceptable formats. cobalt may not support them or they're re-encoding on youtube's side. try again a bit later, but if this issue sticks, please report it!", "youtube.decipher": "youtube updated its decipher algorithm and i couldn't extract the info about the video. try again in a few seconds, but if this issue sticks, please report it!", "youtube.login": "couldn't get this video because youtube asked the processing instance to prove that it's not a bot. try again in a few seconds, but if it still doesn't work, please report this issue!", "youtube.token_expired": "couldn't get this video because the youtube token expired and wasn't refreshed. try again in a few seconds, but if it still doesn't work, please report this issue!",