Set the playlist_index and playlist fields for already resolved video results.
[youtube-dl] / youtube_dl / YoutubeDL.py
index d3281fed25c8a6b7d2476b662167691c93322c3a..e2470611512698745181dcf45cebbebc67acdb65 100644 (file)
@@ -348,6 +348,7 @@ class YoutubeDL(object):
 
         result_type = ie_result.get('_type', 'video') # If not given we suppose it's a video, support the default old system
         if result_type == 'video':
+            ie_result.update(extra_info)
             if 'playlist' not in ie_result:
                 # It isn't part of a playlist
                 ie_result['playlist'] = None