[YoutubeDL] Add playlist_id and playlist_title fields (Fixes #4139)
[youtube-dl] / youtube_dl / extractor / youtube.py
index c77d4056f7a49c1c39a33cca5bbb8086e01ecd4f..5406de50b465e95ee2481aecc61d0e7747bf379e 100644 (file)
@@ -1043,6 +1043,7 @@ class YoutubePlaylistIE(YoutubeBaseInfoExtractor):
         'url': 'https://www.youtube.com/playlist?list=PLwiyx1dc3P2JR9N8gQaQN_BCvlSlap7re',
         'info_dict': {
             'title': 'ytdl test PL',
+            'id': 'PLwiyx1dc3P2JR9N8gQaQN_BCvlSlap7re',
         },
         'playlist_count': 3,
     }, {