diff options
| author | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2009-05-27 23:04:18 +0200 | 
|---|---|---|
| committer | Ricardo Garcia <sarbalap+freshmeat@gmail.com> | 2010-10-31 11:24:36 +0100 | 
| commit | 0cd61126fc3e58d7f044a8ef960f9763c8f3af59 (patch) | |
| tree | c4b8defd53c598c316595cecef38d58d9e1e80dc | |
| parent | e1f18b8a841f791d6683a890db7a0a11c3b25318 (diff) | |
Document new "continuedl" FileDownloader option
| -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  | 
