pkgsrc-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 20190401



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa61f41f8c30
branches:  trunk
changeset: 332030:aa61f41f8c30
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Apr 01 17:41:59 2019 +0000

description:
youtube-dl: Update to 20190401

Changes:
version 2019.04.01

Core
* [utils] Improve int_or_none and float_or_none (#20403)
* Check for valid --min-sleep-interval when --max-sleep-interval is specified
  (#20435)

Extractors
+ [weibo] Extend URL regular expression (#20496)
+ [xhamster] Add support for xhamster.one (#20508)
+ [mediasite] Add support for catalogs (#20507)
+ [teamtreehouse] Add support for teamtreehouse.com (#9836)
+ [ina] Add support for audio URLs
* [ina] Improve extraction
* [cwtv] Fix episode number extraction (#20461)
* [npo] Improve DRM detection
+ [pornhub] Add support for DASH formats (#20403)
* [svtplay] Update API endpoint (#20430)

diffstat:

 net/youtube-dl/Makefile |   4 ++--
 net/youtube-dl/PLIST    |   5 ++++-
 net/youtube-dl/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (50 lines):

diff -r 3f86fc6ce7ea -r aa61f41f8c30 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Mon Apr 01 16:49:11 2019 +0000
+++ b/net/youtube-dl/Makefile   Mon Apr 01 17:41:59 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.166 2019/03/25 23:13:07 leot Exp $
+# $NetBSD: Makefile,v 1.167 2019/04/01 17:41:59 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=  2019.03.18
+VERSION_DATE=  2019.04.01
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net
diff -r 3f86fc6ce7ea -r aa61f41f8c30 net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST      Mon Apr 01 16:49:11 2019 +0000
+++ b/net/youtube-dl/PLIST      Mon Apr 01 17:41:59 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.80 2019/03/18 11:30:38 leot Exp $
+@comment $NetBSD: PLIST,v 1.81 2019/04/01 17:41:59 leot Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -1850,6 +1850,9 @@
 ${PYSITELIB}/youtube_dl/extractor/teamcoco.py
 ${PYSITELIB}/youtube_dl/extractor/teamcoco.pyc
 ${PYSITELIB}/youtube_dl/extractor/teamcoco.pyo
+${PYSITELIB}/youtube_dl/extractor/teamtreehouse.py
+${PYSITELIB}/youtube_dl/extractor/teamtreehouse.pyc
+${PYSITELIB}/youtube_dl/extractor/teamtreehouse.pyo
 ${PYSITELIB}/youtube_dl/extractor/techtalks.py
 ${PYSITELIB}/youtube_dl/extractor/techtalks.pyc
 ${PYSITELIB}/youtube_dl/extractor/techtalks.pyo
diff -r 3f86fc6ce7ea -r aa61f41f8c30 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Mon Apr 01 16:49:11 2019 +0000
+++ b/net/youtube-dl/distinfo   Mon Apr 01 17:41:59 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.150 2019/03/18 11:30:38 leot Exp $
+$NetBSD: distinfo,v 1.151 2019/04/01 17:41:59 leot Exp $
 
-SHA1 (youtube-dl-2019.03.18.tar.gz) = 406901ced227212975ebfe69514682491c5e7d7c
-RMD160 (youtube-dl-2019.03.18.tar.gz) = d21b89e541fd65926bd4488c532226dd924f5e79
-SHA512 (youtube-dl-2019.03.18.tar.gz) = 0a683631da7d67aa2f23eb6326664e483b71ef776b3ff63c732bdef54f58c7f615733023f8c4b948078f59d136414bd059bdc753d89aec630126bbe826db58ce
-Size (youtube-dl-2019.03.18.tar.gz) = 3122206 bytes
+SHA1 (youtube-dl-2019.04.01.tar.gz) = fb5b201845e6d4840b3ffe96efe060b76db01e65
+RMD160 (youtube-dl-2019.04.01.tar.gz) = c325fa070c2ad7dbfb5aa253aa9511ccec8e1b7b
+SHA512 (youtube-dl-2019.04.01.tar.gz) = 656fb3bc88648db72a88657d0b6fa104bb463ee8f5eb1cdc969c5869c83ab83cf192883912e091e98abd308151a6e0ba12ad0c9b356988744041850bc6b31cef
+Size (youtube-dl-2019.04.01.tar.gz) = 3129663 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490



Home | Main Index | Thread Index | Old Index