projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f18b8
)
Document new "continuedl" FileDownloader option
author
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Wed, 27 May 2009 21:04:18 +0000
(23:04 +0200)
committer
Ricardo Garcia
<sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:36 +0000
(11:24 +0100)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index 06ba25d9a8f134797c86ef8cdc232ff68d9451d8..6730898ac757dc4d267944459dcb014d080a292a 100755
(executable)
--- 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