Added -c option (--continue)
authorPaul Ivanov <pivanov@berkeley.edu>
Tue, 26 May 2009 21:06:21 +0000 (14:06 -0700)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:24:36 +0000 (11:24 +0100)
commitf76c2df64e51b991c4a5a17f30bfa50be00d0e8c
treed875550db9eeccf16030109e1bbcdd0c73395138
parentdaa88ccc2e6ac9c184baa62ec411eb13180a00f8
Added -c option (--continue)

interrupted downloads will properly resume and append to the previously downloaded data, instead of overwriting the file.

There's some error checking - if the length of the file to be download matches the length of the previously downloaded data, we report that this file has already been downloaded and do nothing.

If there is some other HTTP 416 'Requested range not satisfiable' error, we simply re-download the whole file (reverting to the original functionality)

All other HTTP errors are simply raised.

Resuming does not override -w (--nooverwrite), since it is not clear what should happen if file on disk is larger than file to be downloaded.

Thus, -c does nothing if -w is present.
youtube-dl