diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-19 11:20:05 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2015-07-19 11:20:05 +0800 |
commit | c2d1be8981c0f6b91635c32a3163e01b91d5db54 (patch) | |
tree | 142b4d47934027bf34045c567130fe795702106e /youtube_dl/extractor/iqiyi.py | |
parent | 4951c9f8214153d84033a77a4ef798ae29e1466a (diff) |
[iqiyi] Add skip_download to reduce network traffic
MD5 checksums are commented out in
36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not
necessary anymore.
Diffstat (limited to 'youtube_dl/extractor/iqiyi.py')
-rw-r--r-- | youtube_dl/extractor/iqiyi.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 = [ |