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 20191016



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb61ef9fb573
branches:  trunk
changeset: 416155:cb61ef9fb573
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Oct 19 20:23:06 2019 +0000

description:
youtube-dl: Update to 20191016

Changes:
version 2019.10.16

Core
* [extractor/common] Make _is_valid_url more relaxed

Extractors
* [vimeo] Improve album videos id extraction (#22599)
+ [globo] Extract subtitles (#22713)
* [bokecc] Improve player params extraction (#22638)
* [nexx] Handle result list (#22666)
* [vimeo] Fix VHX embed extraction
* [nbc] Switch to graphql API (#18581, #22693, #22701)
- [vessel] Remove extractor
- [promptfile] Remove extractor (#6239)
* [kaltura] Fix service URL extraction (#22658)
* [kaltura] Fix embed info strip (#22658)
* [globo] Fix format extraction (#20319)
* [redtube] Improve metadata extraction (#22492, #22615)
* [pornhub:uservideos:upload] Fix extraction (#22619)
+ [telequebec:squat] Add support for squat.telequebec.tv (#18503)
- [wimp] Remove extractor (#22088, #22091)
+ [gfycat] Extend URL regular expression (#22225)
+ [chaturbate] Extend URL regular expression (#22309)
* [peertube] Update instances (#22414)
+ [telequebec] Add support for coucou.telequebec.tv (#22482)
+ [xvideos] Extend URL regular expression (#22471)
- [youtube] Remove support for invidious.enkirton.net (#22543)
+ [openload] Add support for oload.monster (#22592)
* [nrktv:seriebase] Fix extraction (#22596)
+ [youtube] Add support for yt.lelux.fi (#22597)
* [orf:tvthek] Make manifest requests non fatal (#22578)
* [teachable] Skip login when already logged in (#22572)
* [viewlift] Improve extraction (#22545)
* [nonktube] Fix extraction (#22544)

diffstat:

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

diffs (70 lines):

diff -r ad8d5ad3eb50 -r cb61ef9fb573 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Sat Oct 19 19:10:31 2019 +0000
+++ b/net/youtube-dl/Makefile   Sat Oct 19 20:23:06 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.187 2019/10/01 14:07:11 leot Exp $
+# $NetBSD: Makefile,v 1.188 2019/10/19 20:23:06 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.09.28
+VERSION_DATE=  2019.10.16
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net
diff -r ad8d5ad3eb50 -r cb61ef9fb573 net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST      Sat Oct 19 19:10:31 2019 +0000
+++ b/net/youtube-dl/PLIST      Sat Oct 19 20:23:06 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.90 2019/07/17 09:55:56 leot Exp $
+@comment $NetBSD: PLIST,v 1.91 2019/10/19 20:23:06 leot Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -1508,9 +1508,6 @@
 ${PYSITELIB}/youtube_dl/extractor/presstv.py
 ${PYSITELIB}/youtube_dl/extractor/presstv.pyc
 ${PYSITELIB}/youtube_dl/extractor/presstv.pyo
-${PYSITELIB}/youtube_dl/extractor/promptfile.py
-${PYSITELIB}/youtube_dl/extractor/promptfile.pyc
-${PYSITELIB}/youtube_dl/extractor/promptfile.pyo
 ${PYSITELIB}/youtube_dl/extractor/prosiebensat1.py
 ${PYSITELIB}/youtube_dl/extractor/prosiebensat1.pyc
 ${PYSITELIB}/youtube_dl/extractor/prosiebensat1.pyo
@@ -2129,9 +2126,6 @@
 ${PYSITELIB}/youtube_dl/extractor/veoh.py
 ${PYSITELIB}/youtube_dl/extractor/veoh.pyc
 ${PYSITELIB}/youtube_dl/extractor/veoh.pyo
-${PYSITELIB}/youtube_dl/extractor/vessel.py
-${PYSITELIB}/youtube_dl/extractor/vessel.pyc
-${PYSITELIB}/youtube_dl/extractor/vessel.pyo
 ${PYSITELIB}/youtube_dl/extractor/vesti.py
 ${PYSITELIB}/youtube_dl/extractor/vesti.pyc
 ${PYSITELIB}/youtube_dl/extractor/vesti.pyo
@@ -2297,9 +2291,6 @@
 ${PYSITELIB}/youtube_dl/extractor/weiqitv.py
 ${PYSITELIB}/youtube_dl/extractor/weiqitv.pyc
 ${PYSITELIB}/youtube_dl/extractor/weiqitv.pyo
-${PYSITELIB}/youtube_dl/extractor/wimp.py
-${PYSITELIB}/youtube_dl/extractor/wimp.pyc
-${PYSITELIB}/youtube_dl/extractor/wimp.pyo
 ${PYSITELIB}/youtube_dl/extractor/wistia.py
 ${PYSITELIB}/youtube_dl/extractor/wistia.pyc
 ${PYSITELIB}/youtube_dl/extractor/wistia.pyo
diff -r ad8d5ad3eb50 -r cb61ef9fb573 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Sat Oct 19 19:10:31 2019 +0000
+++ b/net/youtube-dl/distinfo   Sat Oct 19 20:23:06 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.170 2019/10/01 14:07:11 leot Exp $
+$NetBSD: distinfo,v 1.171 2019/10/19 20:23:06 leot Exp $
 
-SHA1 (youtube-dl-2019.09.28.tar.gz) = 31385f76ac37d87d278d4d59e96c1e10cbf2942f
-RMD160 (youtube-dl-2019.09.28.tar.gz) = 23e2609be9520763758938927ec63a9383d626bf
-SHA512 (youtube-dl-2019.09.28.tar.gz) = b5d5034f9ace17ee18b550b825431797b49d1f916963d483c95a737a3f2842c4c916f6d24f2056efbb786ed3c2ddf269f28f736a650a47b7ff0f94256aba4e94
-Size (youtube-dl-2019.09.28.tar.gz) = 3181163 bytes
+SHA1 (youtube-dl-2019.10.16.tar.gz) = fb2cdc996bedec72216ac86e171b1bce42d3e575
+RMD160 (youtube-dl-2019.10.16.tar.gz) = 879f767a037cc0ba4a3da235881159faa06ac77c
+SHA512 (youtube-dl-2019.10.16.tar.gz) = b8e0068c2c29d0475ddbe03244adc8312c114d2b5a084763d4a49fb583e003d42187c0b7b728150c5fb815b08780dfd3cbb44b3e86c557f462e885127776efca
+Size (youtube-dl-2019.10.16.tar.gz) = 3183413 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490



Home | Main Index | Thread Index | Old Index