Undo the previous commit (it was a mistake)
[youtube-dl] / youtube_dl / YoutubeDL.py
index e69d844b8a6c47188cb3a26cbdb63b004c770828..ed5492826f211fc2ce6331523070e0769773162f 100644 (file)
@@ -492,6 +492,7 @@ class YoutubeDL(object):
             # that way it will silently go on when used with unsupporting IE
             subtitles = info_dict['subtitles']
             sub_format = self.params.get('subtitlesformat')
+            
             for sub_lang in subtitles.keys():
                 sub = subtitles[sub_lang]
                 if sub is None: