mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/yle-dl: Updated for version 20190203.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3e63b303cb
commit
aa292368b2
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
yle-dl is a tool for downloading media files from the video streaming
|
||||
services of the Finnish national broadcasting company Yle.
|
||||
|
||||
rtmpdump is an optional dependency. It's needed for downloading Areena
|
||||
audio streams.
|
||||
rtmpdump is an optional dependency. It's needed for downloading some Elävä
|
||||
Arkisto streams.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yle-dl
|
||||
VERSION=${VERSION:-20181221}
|
||||
VERSION=${VERSION:-20190203}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yle-dl"
|
||||
VERSION="20181221"
|
||||
VERSION="20190203"
|
||||
HOMEPAGE="https://aajanki.github.io/yle-dl/"
|
||||
DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20181221/yle-dl-20181221.tar.gz"
|
||||
MD5SUM="e653e0af7e9840c4a576ef6de812f8ae"
|
||||
DOWNLOAD="https://github.com/aajanki/yle-dl/archive/20190203/yle-dl-20190203.tar.gz"
|
||||
MD5SUM="27abf906bcf944dd2fb37868962c2e96"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="attrs ffmpeg lxml mini-amf pycryptodome python-configargparse python-future python-requests"
|
||||
|
|
Loading…
Reference in a new issue