Hi, YouTube has again changed api, so any previous version of youtube-dl fails with:
ERROR: format not available for video Can commit this update to 2010.07.22 ? Ciao, David Index: Makefile =================================================================== RCS file: /cvs/ports/www/youtube-dl/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- Makefile 21 Jun 2010 01:11:07 -0000 1.11 +++ Makefile 22 Jul 2010 20:53:56 -0000 @@ -2,7 +2,7 @@ COMMENT = command-line program to download videos from YouTube.com -V = 2010.06.06 +V = 2010.07.22 DISTNAME = ${V} WRKDIST = ${WRKDIR}/youtube-dl DIST_SUBDIR = youtube-dl Index: distinfo =================================================================== RCS file: /cvs/ports/www/youtube-dl/distinfo,v retrieving revision 1.10 diff -u -p -r1.10 distinfo --- distinfo 21 Jun 2010 01:11:07 -0000 1.10 +++ distinfo 22 Jul 2010 20:53:56 -0000 @@ -1,5 +1,5 @@ -MD5 (youtube-dl/2010.06.06.tar.gz) = RR+B7MhKJmGxH0D8Yit/6A== -RMD160 (youtube-dl/2010.06.06.tar.gz) = 7oJIShE+7szwdwkaQJoazOhAcZw= -SHA1 (youtube-dl/2010.06.06.tar.gz) = SwP/lwM5HfVZxNpJf0OszBJM7Rk= -SHA256 (youtube-dl/2010.06.06.tar.gz) = cdw3cktExkqfC6FGMNdEQwiIB+YpT3/qK+cRIzC0Lt0= -SIZE (youtube-dl/2010.06.06.tar.gz) = 18758 +MD5 (youtube-dl/2010.07.22.tar.gz) = xZzrq7qaSMTYbHnhT60yzw== +RMD160 (youtube-dl/2010.07.22.tar.gz) = UxwTMMgerf+7m/tZ45C5YC6var4= +SHA1 (youtube-dl/2010.07.22.tar.gz) = 0zHYM9kI7MiAmZwSFrHtemaJql8= +SHA256 (youtube-dl/2010.07.22.tar.gz) = GRo0P+Ap1gyVZiafskH/W6gM01q3HrHf1CE7PSnKysY= +SIZE (youtube-dl/2010.07.22.tar.gz) = 19227 Index: patches/patch-youtube-dl =================================================================== RCS file: /cvs/ports/www/youtube-dl/patches/patch-youtube-dl,v retrieving revision 1.1 diff -u -p -r1.1 patch-youtube-dl --- patches/patch-youtube-dl 21 Jun 2010 01:11:07 -0000 1.1 +++ patches/patch-youtube-dl 22 Jul 2010 20:53:56 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-youtube-dl,v 1.1 2010/06/21 01:11:07 pirofti Exp $ ---- youtube-dl.orig Mon Jun 21 04:05:39 2010 -+++ youtube-dl Mon Jun 21 04:05:08 2010 -@@ -493,7 +493,7 @@ class FileDownloader(object): +--- youtube-dl.orig Thu Jul 15 22:05:04 2010 ++++ youtube-dl Wed Jul 21 14:49:35 2010 +@@ -498,7 +498,7 @@ class FileDownloader(object): # Download using rtmpdump. rtmpdump returns exit code 2 when # the connection was interrumpted and resuming appears to be # possible. This is part of rtmpdump's normal usage, AFAIK.