1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 14:03:11 +08:00

[vevo] update playlist tests

This commit is contained in:
Tithen-Firion 2017-04-30 02:25:24 +02:00
parent 5287e68506
commit 6f3222f5a2

View File

@ -342,29 +342,29 @@ class VevoPlaylistIE(VevoBaseIE):
'url': 'http://www.vevo.com/watch/playlist/dadbf4e7-b99f-4184-9670-6f0e547b6a29',
'info_dict': {
'id': 'dadbf4e7-b99f-4184-9670-6f0e547b6a29',
'title': 'Best-Of: Birdman',
'title': 'Best Of: Birdman',
'description': 'Ca$h Money Records\' ballin\' boss turns 48 today.',
},
'playlist_count': 10,
'playlist_count': 24,
}, {
'url': 'http://www.vevo.com/watch/genre/rock',
'info_dict': {
'id': 'rock',
'title': 'Rock',
},
'playlist_count': 20,
}, {
'url': 'http://www.vevo.com/watch/playlist/dadbf4e7-b99f-4184-9670-6f0e547b6a29?index=0',
'url': 'http://www.vevo.com/watch/playlist/dadbf4e7-b99f-4184-9670-6f0e547b6a29?index=1',
'md5': '32dcdfddddf9ec6917fc88ca26d36282',
'info_dict': {
'id': 'USCMV1100073',
'ext': 'mp4',
'title': 'Birdman - Y.U. MAD',
'title': 'Birdman ft. Lil Wayne & Nicki Minaj - Y.U. MAD',
'timestamp': 1323417600,
'upload_date': '20111209',
'uploader': 'Birdman',
'track': 'Y.U. MAD',
'artist': 'Birdman',
'genre': 'Rap/Hip-Hop',
'genre': 'Hip-Hop',
},
'expected_warnings': ['Unable to download SMIL file'],
}, {