youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 0cd61126fc3e58d7f044a8ef960f9763c8f3af59
parent e1f18b8a841f791d6683a890db7a0a11c3b25318
Author: Ricardo Garcia <sarbalap+freshmeat@gmail.com>
Date:   Wed, 27 May 2009 23:04:18 +0200

Document new "continuedl" FileDownloader option

Diffstat:
Myoutube-dl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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