Set the playlist_index and playlist fields for already resolved video results.

This commit is contained in:
Jaime Marquínez Ferrándiz
2013-07-10 23:36:30 +02:00
parent cfe50f04ed
commit a431154706
2 changed files with 5 additions and 2 deletions

View 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