diff options
| -rwxr-xr-x | youtube-dl | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube-dl b/youtube-dl index 06ba25d9a..6730898ac 100755 --- a/youtube-dl +++ b/youtube-dl @@ -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  | 
