From 524cdbd38cfee88c316b6642ddd1de201bcf0f43 Mon Sep 17 00:00:00 2001 From: DaPotato69 <128940918+DaPotato69@users.noreply.github.com> Date: Mon, 6 May 2024 17:06:11 +1000 Subject: [PATCH] Update YoutubeDL.py Added "add the --list-subs flag to see a list of available subtitle formats" --- yt_dlp/YoutubeDL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index e0d58f0f4..78c86589b 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -3071,7 +3071,7 @@ class YoutubeDL: f = formats[-1] self.report_warning( 'No subtitle format found matching "%s" for language %s, ' - 'using %s' % (formats_query, lang, f['ext'])) + 'using %s. Add the --list-subs flag to see a list of available subtitle formats' % (formats_query, lang, f['ext'])) subs[lang] = f return subs