mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-28 05:44:49 +00:00
flake8 fix + soundcloud tests
This commit is contained in:
@@ -1589,7 +1589,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
if lang_code:
|
||||
sub_lang_list.append(lang_code)
|
||||
return make_captions(base_url, sub_lang_list)
|
||||
|
||||
|
||||
self._downloader.report_warning("Couldn't find automatic captions for %s" % video_id)
|
||||
return {}
|
||||
# Some videos don't provide ttsurl but rather caption_tracks and
|
||||
|
Reference in New Issue
Block a user