]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/YoutubeDL.py
[ie/xvideos:quickies] Fix extractor (#9834)
[yt-dlp.git] / yt_dlp / YoutubeDL.py
index e0d58f0f49bb25af546a859785a03947bf4103b7..2c6f695d091fcb7fbcce14789cf1bd5a4e9686e9 100644 (file)
@@ -3071,7 +3071,7 @@ def process_subtitles(self, video_id, normal_subtitles, automatic_captions):
                 f = formats[-1]
                 self.report_warning(
                     'No subtitle format found matching "%s" for language %s, '
-                    'using %s' % (formats_query, lang, f['ext']))
+                    'using %s. Use --list-subs for a list of available subtitles' % (formats_query, lang, f['ext']))
             subs[lang] = f
         return subs