mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 19:37:25 +00:00
[vevo:playlist] Add fallback for playlist id
This commit is contained in:
parent
881dbc86c4
commit
78a3ff33ab
@ -423,5 +423,5 @@ class VevoPlaylistIE(VevoBaseIE):
|
||||
for src in playlist['isrcs']]
|
||||
|
||||
return self.playlist_result(
|
||||
entries, playlist.get('playlistId'),
|
||||
entries, playlist.get('playlistId') or playlist_id,
|
||||
playlist.get('name'), playlist.get('description'))
|
||||
|
Loading…
Reference in New Issue
Block a user