瀏覽代碼

[iqiyi] Add skip_download to reduce network traffic

MD5 checksums are commented out in
36068ae019138710a3023334db2241ec815e2fe6, and actual downloads are not
necessary anymore.
Yen Chi Hsuan 10 年之前
父節點
當前提交
c2d1be8981
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      youtube_dl/extractor/iqiyi.py

+ 3 - 0
youtube_dl/extractor/iqiyi.py

@@ -81,6 +81,9 @@ class IqiyiIE(InfoExtractor):
                 'title': '名侦探柯南第752集',
                 'title': '名侦探柯南第752集',
             },
             },
         }],
         }],
+        'params': {
+            'skip_download': True,
+        },
     }]
     }]
 
 
     _FORMATS_MAP = [
     _FORMATS_MAP = [