diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-06-26 15:45:41 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-06-26 15:45:41 +0800 |
commit | fc3996bfe15deae02f4d8f1f4dc34a89fb8bfb03 (patch) | |
tree | c2577ade43e5a2b7beddb29f46c3758be82c8916 | |
parent | 5b6ad8630c4947f3695513c9707406b2d12ae7b8 (diff) |
[iqiyi] Remove codes for debugging
-rw-r--r-- | youtube_dl/extractor/iqiyi.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py index b717ca09c..fea26685e 100644 --- a/youtube_dl/extractor/iqiyi.py +++ b/youtube_dl/extractor/iqiyi.py @@ -180,9 +180,7 @@ class IqiyiIE(InfoExtractor): 'ext': 'mp4', 'title': '名侦探柯南 国语版', }, - 'params': { - 'cn_verification_proxy': 'http://proxy.uku.im:443/', - }, + 'skip': 'Geo-restricted to China', }, { 'url': 'http://www.iqiyi.com/w_19rt6o8t9p.html', 'only_matching': True, |