[YoutubeDL] Add playlist_id and playlist_title fields (Fixes #4139)
This commit is contained in:
parent
3c6af203cc
commit
a1cf99d03a
3 changed files with 7 additions and 2 deletions
|
@ -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,
|
||||
}, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue