[downloader/http] Add ability to pass downloader options via info dict
This commit is contained in:
parent
cf7259bc93
commit
00c97e3e7a
2 changed files with 3 additions and 0 deletions
|
@ -174,6 +174,8 @@ class InfoExtractor(object):
|
|||
width : height ratio as float.
|
||||
* no_resume The server does not support resuming the
|
||||
(HTTP or RTMP) download. Boolean.
|
||||
* downloader_options A dictionary of downloader options as
|
||||
described in FileDownloader
|
||||
|
||||
url: Final video URL.
|
||||
ext: Video filename extension.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue