bugfix update to yle-dl 1.4.6, from Antti Harri (maintainer)

This commit is contained in:
sthen 2011-12-13 13:10:47 +00:00
parent 3314dc3241
commit 729697dbee
3 changed files with 12 additions and 16 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/10/19 09:16:08 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2011/12/13 13:10:47 sthen Exp $
V = 1.4.4
V = 1.4.6
COMMENT = download videos from YLE Areena
DISTNAME = rtmpdump-yle-$V
PKGNAME = yle-dl-$V

View File

@ -1,5 +1,5 @@
MD5 (rtmpdump-yle-1.4.4.tar.gz) = aSvgJe+rjjNE2fIYM9Kv8Q==
RMD160 (rtmpdump-yle-1.4.4.tar.gz) = 0PVaCZZw9plY12kdIbmje+JG3kM=
SHA1 (rtmpdump-yle-1.4.4.tar.gz) = 3vk86LQ0Y9WUMfgALqo4j0baZFo=
SHA256 (rtmpdump-yle-1.4.4.tar.gz) = SaqI4JLz3iXSU8J+hvNdi5fLxoQj+6F0EImQPEqlc+A=
SIZE (rtmpdump-yle-1.4.4.tar.gz) = 166434
MD5 (rtmpdump-yle-1.4.6.tar.gz) = QbpF5vZIL1XrXkwF935+6w==
RMD160 (rtmpdump-yle-1.4.6.tar.gz) = NPpj07B0OGkZRSDaNAgIW6XCLus=
SHA1 (rtmpdump-yle-1.4.6.tar.gz) = Z05W38TpGCz1uTkXaq2mF+1qrN4=
SHA256 (rtmpdump-yle-1.4.6.tar.gz) = BVlsnBGf2u7y8JuCxPCIK4HJhyb0p7twoGFWuQCLVnY=
SIZE (rtmpdump-yle-1.4.6.tar.gz) = 167441

View File

@ -1,13 +1,13 @@
$OpenBSD: patch-yle-dl_py,v 1.1.1.1 2011/10/19 09:16:08 sthen Exp $
--- yle-dl.py.orig Tue Oct 11 21:39:25 2011
+++ yle-dl.py Tue Oct 18 18:04:21 2011
$OpenBSD: patch-yle-dl_py,v 1.2 2011/12/13 13:10:47 sthen Exp $
--- yle-dl.py.orig Tue Nov 29 21:41:58 2011
+++ yle-dl.py Mon Dec 12 18:52:45 2011
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!${MODPY_BIN}
"""
yle-dl - Frontend for rtmpdump-yle, the YLE Areena stream downloader
@@ -21,11 +21,11 @@ import htmlentitydefs
@@ -21,8 +21,8 @@ import htmlentitydefs
import json
import string
@ -17,8 +17,4 @@ $OpenBSD: patch-yle-dl_py,v 1.1.1.1 2011/10/19 09:16:08 sthen Exp $
+AREENA_RTMP = 'rtmp://flashu.yle.fi/AreenaServer'
AREENA_SWF = 'http://areena.yle.fi/player/Application.swf?build=2'
RTMPDUMPYLE_OPTIONS = ['-r', AREENA_RTMP, '-s', AREENA_SWF, '-m', '60']
-ARKISTO_RTMP = 'rtmp://flashk.yle.fi/ElavaArkisto'
+ARKISTO_RTMP = 'rtmp://flashu.yle.fi/ElavaArkisto'
ARKISTO_SWF = 'http://www.yle.fi/elavaarkisto/flowplayer/flowplayer.commercial-3.2.2-dev2.swf'
RTMPDUMPYLE_OPTIONS_ARKISTO = \
['-r', ARKISTO_RTMP, '-s', ARKISTO_SWF, '-m', '60']
ARKISTO_SWF = 'http://yle.fi/elavaarkisto/flowplayer/flowplayer.commercial-3.2.7.swf?0.739011391531676'