Document http_chunk_size
This commit is contained in:
parent
db157d2a2a
commit
b54d4a5ce8
2 changed files with 5 additions and 1 deletions
|
@ -49,6 +49,9 @@ class FileDownloader(object):
|
|||
external_downloader_args: A list of additional command-line arguments for the
|
||||
external downloader.
|
||||
hls_use_mpegts: Use the mpegts container for HLS videos.
|
||||
http_chunk_size: Size of a chunk for chunk-based HTTP downloading.May be
|
||||
useful for bypassing bandwidth throttling imposed by
|
||||
a webserver (experimental)
|
||||
|
||||
Subclasses of this one must re-define the real_download method.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue