mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 01:02:13 +01:00
bugfix for 80c03fa98f
This commit is contained in:
parent
1b6bb4a85a
commit
519804a92f
1 changed files with 1 additions and 1 deletions
|
@ -3434,7 +3434,7 @@ def _write_subtitles(self, info_dict, filename):
|
|||
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…
Reference in a new issue