]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/YoutubeDL.py
flake8. added sha256 check to updater.
[yt-dlp.git] / youtube_dlc / YoutubeDL.py
index 360595918b95b35b8a7bc4b9788094f175d04ba9..dd55ba0f23311155ef4f3f359604ebfff5ec1148 100644 (file)
@@ -1872,7 +1872,7 @@ def dl(name, info, subtitle=False):
             # subtitles download errors are already managed as troubles in relevant IE
             # that way it will silently go on when used with unsupporting IE
             subtitles = info_dict['requested_subtitles']
-            ie = self.get_info_extractor(info_dict['extractor_key'])
+            ie = self.get_info_extractor(info_dict['extractor_key'])
             for sub_lang, sub_info in subtitles.items():
                 sub_format = sub_info['ext']
                 sub_filename = subtitles_filename(filename, sub_lang, sub_format, info_dict.get('ext'))