summaryrefslogtreecommitdiff
path: root/net/youtube-dl/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2009-06-09 23:02:18 +0000
committersnj <snj>2009-06-09 23:02:18 +0000
commit93a2ca6a956324c8cf3f5eac54230ca9853bf89a (patch)
tree6266186c545904a6ac13d26554c832dd2d387b93 /net/youtube-dl/Makefile
parentefb7e845fb5ab1179d42e11b3b183bce8cb92b33 (diff)
downloadpkgsrc-93a2ca6a956324c8cf3f5eac54230ca9853bf89a.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 'net/youtube-dl/Makefile')
-rw-r--r--net/youtube-dl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile
index da210faca2f..84606f6258e 100644
--- a/net/youtube-dl/Makefile
+++ b/net/youtube-dl/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2009/05/19 18:54:43 snj Exp $
+# $NetBSD: Makefile,v 1.13 2009/06/09 23:02:18 snj Exp $
DISTNAME= youtube-dl
-PKGNAME= youtube-dl-20090513 # master site needs to be updated in tandem
+PKGNAME= youtube-dl-20090530 # master site needs to be updated in tandem
CATEGORIES= net
-MASTER_SITES= http://bitbucket.org/rg3/youtube-dl/raw/2009.05.13/
+MASTER_SITES= http://bitbucket.org/rg3/youtube-dl/raw/2009.05.30/
EXTRACT_SUFX= # none
DIST_SUBDIR= ${PKGNAME_NOREV}