diff options
Diffstat (limited to 'youtube_dlc/extractor/youtube.py')
-rw-r--r-- | youtube_dlc/extractor/youtube.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/youtube.py b/youtube_dlc/extractor/youtube.py index 30a3e5c3c..1cbbf2085 100644 --- a/youtube_dlc/extractor/youtube.py +++ b/youtube_dlc/extractor/youtube.py @@ -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 |