mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 09:40:30 +00:00
[vevo:playlist] Add fallback for playlist id
This commit is contained in:
parent
881dbc86c4
commit
78a3ff33ab
@ -423,5 +423,5 @@ def _real_extract(self, url):
|
||||
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