mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-04 23:35:04 +00:00
[vevo:playlist] Remove debug params
This commit is contained in:
parent
e0da32df6e
commit
0c9d288ba0
1 changed files with 0 additions and 8 deletions
|
@ -316,10 +316,6 @@ class VevoPlaylistIE(InfoExtractor):
|
||||||
'title': 'Best-Of: Birdman',
|
'title': 'Best-Of: Birdman',
|
||||||
},
|
},
|
||||||
'playlist_count': 10,
|
'playlist_count': 10,
|
||||||
'params': {
|
|
||||||
'proxy': '52.53.186.253:8083',
|
|
||||||
'no_check_certificate': True,
|
|
||||||
},
|
|
||||||
}, {
|
}, {
|
||||||
'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=0',
|
||||||
'md5': '32dcdfddddf9ec6917fc88ca26d36282',
|
'md5': '32dcdfddddf9ec6917fc88ca26d36282',
|
||||||
|
@ -332,10 +328,6 @@ class VevoPlaylistIE(InfoExtractor):
|
||||||
'uploader': 'Birdman',
|
'uploader': 'Birdman',
|
||||||
},
|
},
|
||||||
'expected_warnings': ['Unable to download SMIL file'],
|
'expected_warnings': ['Unable to download SMIL file'],
|
||||||
'params': {
|
|
||||||
'proxy': '52.53.186.253:8083',
|
|
||||||
'no_check_certificate': True,
|
|
||||||
},
|
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://www.vevo.com/watch/genre/rock?index=0',
|
'url': 'http://www.vevo.com/watch/genre/rock?index=0',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
|
Loading…
Reference in a new issue