diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-05-02 00:50:31 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-05-02 00:50:31 +0600 |
commit | 0c9d288ba0db3c1309bc6090457e11375073f3eb (patch) | |
tree | 30f4ccf16563aecddf394419893dc11c0b09f736 /youtube_dl/extractor/vevo.py | |
parent | e0da32df6e924535dbbe1e1c8ad05386dcf93029 (diff) |
[vevo:playlist] Remove debug params
Diffstat (limited to 'youtube_dl/extractor/vevo.py')
-rw-r--r-- | youtube_dl/extractor/vevo.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/youtube_dl/extractor/vevo.py b/youtube_dl/extractor/vevo.py index 4ad1e87e4..8431077ad 100644 --- a/youtube_dl/extractor/vevo.py +++ b/youtube_dl/extractor/vevo.py @@ -316,10 +316,6 @@ class VevoPlaylistIE(InfoExtractor): 'title': 'Best-Of: Birdman', }, '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', 'md5': '32dcdfddddf9ec6917fc88ca26d36282', @@ -332,10 +328,6 @@ class VevoPlaylistIE(InfoExtractor): 'uploader': 'Birdman', }, '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', 'only_matching': True, |