Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/youtube-dl youtube-dl: Update to 20200606



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b394d270248f
branches:  trunk
changeset: 433627:b394d270248f
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Jun 05 18:59:10 2020 +0000

description:
youtube-dl: Update to 20200606

Changes:
20200606
--------
Extractors
* [tele5] Bypass geo restriction
+ [jwplatform] Add support for bypass geo restriction
* [tele5] Prefer jwplatform over nexx (#25533)
* [twitch:stream] Expect 400 and 410 HTTP errors from API
* [twitch:stream] Fix extraction (#25528)
* [twitch] Fix thumbnails extraction (#25531)
+ [twitch] Pass v5 Accept HTTP header (#25531)
* [brightcove] Fix subtitles extraction (#25540)
+ [malltv] Add support for sk.mall.tv (#25445)
* [periscope] Fix untitled broadcasts (#25482)
* [jwplatform] Improve embeds extraction (#25467)

diffstat:

 net/youtube-dl/Makefile |   4 ++--
 net/youtube-dl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 9edc5bc2266a -r b394d270248f net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Fri Jun 05 17:29:15 2020 +0000
+++ b/net/youtube-dl/Makefile   Fri Jun 05 18:59:10 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.207 2020/05/30 17:58:16 leot Exp $
+# $NetBSD: Makefile,v 1.208 2020/06/05 18:59:10 leot Exp $
 
 # XXX: VERSION_DATE can contains also an optional part that indicates
 # XXX: possible same day revisions. PKGNAME preserves that dotted part as is.
-VERSION_DATE=  2020.05.29
+VERSION_DATE=  2020.06.06
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net
diff -r 9edc5bc2266a -r b394d270248f net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Fri Jun 05 17:29:15 2020 +0000
+++ b/net/youtube-dl/distinfo   Fri Jun 05 18:59:10 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.189 2020/05/30 17:58:16 leot Exp $
+$NetBSD: distinfo,v 1.190 2020/06/05 18:59:10 leot Exp $
 
-SHA1 (youtube-dl-2020.05.29.tar.gz) = 49cf422651b00bf1c5824fa46e6d340a5723bac6
-RMD160 (youtube-dl-2020.05.29.tar.gz) = 9335d1271f451432d2606b0ad78142be7cffeb48
-SHA512 (youtube-dl-2020.05.29.tar.gz) = d96a93e1b1dbd27236c827d1d03e8482b6adbd1c85c9c5befe1a8bb998cc6ea81451c0830a57de0f8f03f4da3b57d57b81fbbd4547c1f73c9789d51f9d18f7c3
-Size (youtube-dl-2020.05.29.tar.gz) = 3174451 bytes
+SHA1 (youtube-dl-2020.06.06.tar.gz) = c644dbb38c17fe1832b00e938b5cd291e7e6d450
+RMD160 (youtube-dl-2020.06.06.tar.gz) = 8ece2748ec6ee264c11446ce4446a0c4364ef5ba
+SHA512 (youtube-dl-2020.06.06.tar.gz) = b3c910f8b26a11e225cfdebc3612e04010e1af027bc48b88f0b8bd36ba83f10eaed05375cbc833b421da9b377152722aa74ab936ed238957165a6b5f0149589b
+Size (youtube-dl-2020.06.06.tar.gz) = 3176995 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_extractor_la7.py) = e246750808305343227060acdc5a38583ef071e9
 SHA1 (patch-youtube__dl_extractor_rai.py) = ae67a6fb599c90491fd68b72bf71821659a2eca4



Home | Main Index | Thread Index | Old Index