mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[iqiyi] Add skip_download to reduce network traffic
MD5 checksums are commented out in
36068ae019
, and actual downloads are not
necessary anymore.
This commit is contained in:
parent
4951c9f821
commit
c2d1be8981
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ class IqiyiIE(InfoExtractor):
|
|||
'title': '名侦探柯南第752集',
|
||||
},
|
||||
}],
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
},
|
||||
}]
|
||||
|
||||
_FORMATS_MAP = [
|
||||
|
|
Loading…
Reference in a new issue