projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881dbc8
)
[vevo:playlist] Add fallback for playlist id
author
Sergey M․
<dstftw@gmail.com>
Sun, 1 May 2016 21:29:48 +0000
(
03:29
+0600)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 1 May 2016 21:29:48 +0000
(
03:29
+0600)
youtube_dl/extractor/vevo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/vevo.py
b/youtube_dl/extractor/vevo.py
index 49cb3f479eda009ea984d4454c2fe3fcdb4f41fe..bbe29fc512a81e05396674cf79680ee6b0b09114 100644
(file)
--- a/
youtube_dl/extractor/vevo.py
+++ b/
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'))