Apply suggestions from code review

Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
pull/9873/head
bashonly 2024-05-08 20:39:03 +00:00 zatwierdzone przez GitHub
rodzic 524cdbd38c
commit b34e9eadbb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3071,7 +3071,7 @@ class YoutubeDL:
f = formats[-1]
self.report_warning(
'No subtitle format found matching "%s" for language %s, '
'using %s. Add the --list-subs flag to see a list of available subtitle formats' % (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