]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/YoutubeDL.py
[CtsNews] Add new extractor
[youtube-dl.git] / youtube_dl / YoutubeDL.py
index 7f054cdff8b0766f0afe5c99109c58adade47d14..4c238c55507159206aa41f779f2a810ef37d87f4 100755 (executable)
@@ -1074,6 +1074,7 @@ class YoutubeDL(object):
                             selected_format = {
                                 'requested_formats': formats_info,
                                 'format': rf,
+                                'format_id': rf,
                                 'ext': formats_info[0]['ext'],
                                 'width': formats_info[0].get('width'),
                                 'height': formats_info[0].get('height'),