mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[YoutubeDL] remove compatiblity with the old subtitles system
This commit is contained in:
parent
80970e531b
commit
b531cfc019
@ -1189,14 +1189,6 @@ def process_subtitles(self, video_id, normal_subtitles, automatic_captions):
|
|||||||
if formats is None:
|
if formats is None:
|
||||||
self.report_warning('%s subtitles not available for %s' % (lang, video_id))
|
self.report_warning('%s subtitles not available for %s' % (lang, video_id))
|
||||||
continue
|
continue
|
||||||
if isinstance(formats, compat_str):
|
|
||||||
# TODO: convert all IE with subtitles support to the new format
|
|
||||||
# and remove this
|
|
||||||
subs[lang] = {
|
|
||||||
'ext': formats_preference[0],
|
|
||||||
'data': formats,
|
|
||||||
}
|
|
||||||
continue
|
|
||||||
for ext in formats_preference:
|
for ext in formats_preference:
|
||||||
if ext == 'best':
|
if ext == 'best':
|
||||||
f = formats[-1]
|
f = formats[-1]
|
||||||
|
Loading…
Reference in New Issue
Block a user