mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-17 21:50:44 +01:00
bugfix for 80c03fa98fdd54410bd36684ef453f6976a9c0bf
This commit is contained in:
parent
1b6bb4a85a
commit
519804a92f
@ -3434,7 +3434,7 @@ class YoutubeDL(object):
|
||||
except (ExtractorError, IOError, OSError, ValueError) + network_exceptions as err:
|
||||
self.report_warning(f'Unable to download video subtitles for {sub_lang!r}: {err}')
|
||||
continue
|
||||
return ret
|
||||
return ret
|
||||
|
||||
def _write_thumbnails(self, label, info_dict, filename, thumb_filename_base=None):
|
||||
''' Write thumbnails to file and return list of (thumb_filename, final_thumb_filename) '''
|
||||
|
Loading…
x
Reference in New Issue
Block a user