- 31 Oct, 2010 40 commits
-
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
Fixes issue #19.
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Paul Ivanov authored
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.
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
Ricardo Garcia authored
-
dannycolligan authored
-
dannycolligan authored
Fixed ambiguity of multiple video option specifiers by dissalowing it; changed some sys.ext calls to parser.error
-