youtube-dl

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

commit c2d1be8981c0f6b91635c32a3163e01b91d5db54
parent 4951c9f8214153d84033a77a4ef798ae29e1466a
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun, 19 Jul 2015 11:20:05 +0800

[iqiyi] Add skip_download to reduce network traffic

MD5 checksums are commented out in
36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not
necessary anymore.

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

diff --git 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 = [