Browse Source
[vevo:playlist] Add fallback for playlist id
master
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/vevo.py
|
|
@ -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')) |