Document new "continuedl" FileDownloader option
This commit is contained in:
parent
e1f18b8a84
commit
0cd61126fc
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ class FileDownloader(object):
|
||||||
ignoreerrors: Do not stop on download errors.
|
ignoreerrors: Do not stop on download errors.
|
||||||
ratelimit: Download speed limit, in bytes/sec.
|
ratelimit: Download speed limit, in bytes/sec.
|
||||||
nooverwrites: Prevent overwriting files.
|
nooverwrites: Prevent overwriting files.
|
||||||
|
continuedl: Try to continue downloads if possible.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
params = None
|
params = None
|
||||||
|
|
Loading…
Reference in a new issue