youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit fc3996bfe15deae02f4d8f1f4dc34a89fb8bfb03
parent 5b6ad8630c4947f3695513c9707406b2d12ae7b8
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun, 26 Jun 2016 15:45:41 +0800

[iqiyi] Remove codes for debugging

Diffstat:
Myoutube_dl/extractor/iqiyi.py | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 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,