1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 12:09:32 +00:00

Document new "continuedl" FileDownloader option

This commit is contained in:
Ricardo Garcia 2009-05-27 23:04:18 +02:00
parent e1f18b8a84
commit 0cd61126fc

View file

@ -114,6 +114,7 @@ class FileDownloader(object):
ignoreerrors: Do not stop on download errors.
ratelimit: Download speed limit, in bytes/sec.
nooverwrites: Prevent overwriting files.
continuedl: Try to continue downloads if possible.
"""
params = None