From c2d1be8981c0f6b91635c32a3163e01b91d5db54 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Sun, 19 Jul 2015 11:20:05 +0800 Subject: [PATCH] [iqiyi] Add skip_download to reduce network traffic MD5 checksums are commented out in 36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not necessary anymore. --- youtube_dl/extractor/iqiyi.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/youtube_dl/extractor/iqiyi.py b/youtube_dl/extractor/iqiyi.py index d93b0867d..afb7f4e61 100644 --- a/youtube_dl/extractor/iqiyi.py +++ b/youtube_dl/extractor/iqiyi.py @@ -81,6 +81,9 @@ class IqiyiIE(InfoExtractor): 'title': '名侦探柯南第752集', }, }], + 'params': { + 'skip_download': True, + }, }] _FORMATS_MAP = [ -- 2.30.2