Update to youtube-dl-2012.10.09

ok sthen@, pirofti@ (maintainer)
This commit is contained in:
dcoppa 2012-10-11 10:30:23 +00:00
parent c8a9f36c65
commit 3268bdd775
3 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.30 2012/10/01 08:57:12 dcoppa Exp $
# $OpenBSD: Makefile,v 1.31 2012/10/11 10:30:23 dcoppa Exp $
COMMENT = command-line program to download videos from YouTube.com
MODPY_EGG_VERSION = 2012.09.27
MODPY_EGG_VERSION = 2012.10.09
DISTNAME = youtube-dl-${MODPY_EGG_VERSION}
CATEGORIES = www

View File

@ -1,2 +1,2 @@
SHA256 (youtube-dl-2012.09.27.tar.gz) = pNpWrYLiAEkIHVIA54CCqzEBh2lxYGYRBFPFIlNWZZg=
SIZE (youtube-dl-2012.09.27.tar.gz) = 38920
SHA256 (youtube-dl-2012.10.09.tar.gz) = uNDvettm48sLv62xA6osKzSWrvpNNuRdswCs08cBILY=
SIZE (youtube-dl-2012.10.09.tar.gz) = 41578

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-youtube_dl_FileDownloader_py,v 1.1 2012/10/01 08:57:12 dcoppa Exp $
--- youtube_dl/FileDownloader.py.orig Sat Sep 29 18:31:36 2012
+++ youtube_dl/FileDownloader.py Sat Sep 29 18:31:44 2012
@@ -511,7 +511,7 @@ class FileDownloader(object):
$OpenBSD: patch-youtube_dl_FileDownloader_py,v 1.2 2012/10/11 10:30:23 dcoppa Exp $
--- youtube_dl/FileDownloader.py.orig Sat Sep 29 15:45:41 2012
+++ youtube_dl/FileDownloader.py Thu Oct 11 11:37:52 2012
@@ -512,7 +512,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.