diff options
author | snj <snj@pkgsrc.org> | 2009-06-09 23:02:18 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-06-09 23:02:18 +0000 |
commit | 36f7e449f865cf56fd2dad14edf3463cf0c343b7 (patch) | |
tree | 6266186c545904a6ac13d26554c832dd2d387b93 /shells/scponly | |
parent | 50ef6295a50342aab9fbbfca6faaeab17d2e21c6 (diff) | |
download | pkgsrc-36f7e449f865cf56fd2dad14edf3463cf0c343b7.tar.gz |
Update to youtube-dl-20090530. Changes:
- Verify URLs in simulate mode
- Only catch UnavailableFormatError in call to process_info
- Remove trails from the "append_const" change
- Fix TypeError when using the -f option
- 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.
Diffstat (limited to 'shells/scponly')
0 files changed, 0 insertions, 0 deletions