Sun Sep 6 16:48:44 2009 UTC ()
Update to 20090808.  Changes:
- Properly encode messages sent to stderr (fixes issue #34)
- Include format 5 in best quality list
- Fix metacafe.com code due to recent changes in the site
- Update User-agent string
- Fix minor problem with size formatting method
- Use get_video_info to work around captcha problems (fixes issue #31)


(snj)
diff -r1.14 -r1.15 pkgsrc/net/youtube-dl/Makefile
diff -r1.11 -r1.12 pkgsrc/net/youtube-dl/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/net/youtube-dl/Makefile (expand / switch to unified diff)

--- pkgsrc/net/youtube-dl/Makefile 2009/07/19 11:35:41 1.14
+++ pkgsrc/net/youtube-dl/Makefile 2009/09/06 16:48:44 1.15
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.14 2009/07/19 11:35:41 zafer Exp $ 1# $NetBSD: Makefile,v 1.15 2009/09/06 16:48:44 snj Exp $
2 2
3DISTNAME= youtube-dl 3DISTNAME= youtube-dl
4PKGNAME= youtube-dl-20090629 # master site needs to be updated in tandem 4PKGNAME= youtube-dl-20090808 # master site needs to be updated in tandem
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= http://bitbucket.org/rg3/youtube-dl/raw/2009.06.29/ 6MASTER_SITES= http://bitbucket.org/rg3/youtube-dl/raw/2009.08.08/
7EXTRACT_SUFX= # none 7EXTRACT_SUFX= # none
8DIST_SUBDIR= ${PKGNAME_NOREV} 8DIST_SUBDIR= ${PKGNAME_NOREV}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://bitbucket.org/rg3/youtube-dl/ 11HOMEPAGE= http://bitbucket.org/rg3/youtube-dl/
12COMMENT= Download videos from youtube.com 12COMMENT= Download videos from youtube.com
13LICENSE= public-domain 13LICENSE= public-domain
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18PYTHON_VERSIONS_ACCEPTED= 26 25 24 18PYTHON_VERSIONS_ACCEPTED= 26 25 24
19NO_BUILD= yes 19NO_BUILD= yes

cvs diff -r1.11 -r1.12 pkgsrc/net/youtube-dl/distinfo (expand / switch to unified diff)

--- pkgsrc/net/youtube-dl/distinfo 2009/07/19 11:35:41 1.11
+++ pkgsrc/net/youtube-dl/distinfo 2009/09/06 16:48:44 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2009/07/19 11:35:41 zafer Exp $ 1$NetBSD: distinfo,v 1.12 2009/09/06 16:48:44 snj Exp $
2 2
3SHA1 (youtube-dl-20090629/youtube-dl) = 52cc4128bfdc15c81f5d3206c1847570aec9896b 3SHA1 (youtube-dl-20090808/youtube-dl) = cf0e7ef6bf04ec8dc7033b86de11192263f062ae
4RMD160 (youtube-dl-20090629/youtube-dl) = ed5bb02a750891a0d2f99cc3118b2b8234a1dc0a 4RMD160 (youtube-dl-20090808/youtube-dl) = c1a94ebeff9fcb9a8f3fe8ef1c13faac2d2dca16
5Size (youtube-dl-20090629/youtube-dl) = 41008 bytes 5Size (youtube-dl-20090808/youtube-dl) = 41660 bytes