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 20190716



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75d62fbc0581
branches:  trunk
changeset: 398359:75d62fbc0581
user:      leot <leot%pkgsrc.org@localhost>
date:      Wed Jul 17 09:55:56 2019 +0000

description:
youtube-dl: Update to 20190716

Changes:
2019.07.16
----------
Extractors
+ [asiancrush] Add support for yuyutv.com, midnightpulp.com and cocoro.tv
  (#21281, #21290)
* [kaltura] Check source format URL (#21290)
* [ctsnews] Fix YouTube embeds extraction (#21678)
+ [einthusan] Add support for einthusan.com (#21748, #21775)
+ [youtube] Add support for invidious.mastodon.host (#21777)
+ [gfycat] Extend URL regular expression (#21779, #21780)
* [youtube] Restrict is_live extraction (#21782)

2019.07.14
----------
Extractors
* [porn91] Fix extraction (#21312)
+ [yandexmusic] Extract track number and disk number (#21421)
+ [yandexmusic] Add support for multi disk albums (#21420, #21421)
* [lynda] Handle missing subtitles (#20490, #20513)
+ [youtube] Add more invidious instances to URL regular expression (#21694)
* [twitter] Improve uploader id extraction (#21705)
* [spankbang] Fix and improve metadata extraction
* [spankbang] Fix extraction (#21763, #21764)
+ [dlive] Add support for dlive.tv (#18080)
+ [livejournal] Add support for livejournal.com (#21526)
* [roosterteeth] Fix free episode extraction (#16094)
* [dbtv] Fix extraction
* [bellator] Fix extraction
- [rudo] Remove extractor (#18430, #18474)
* [facebook] Fallback to twitter:image meta for thumbnail extraction (#21224)
* [bleacherreport] Fix Bleacher Report CMS extraction
* [espn] Fix fivethirtyeight.com extraction
* [5tv] Relax video URL regular expression and support https URLs
* [youtube] Fix is_live extraction (#21734)
* [youtube] Fix authentication (#11270)

diffstat:

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

diffs (70 lines):

diff -r 2f8257ef5a63 -r 75d62fbc0581 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Wed Jul 17 09:45:30 2019 +0000
+++ b/net/youtube-dl/Makefile   Wed Jul 17 09:55:56 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.179 2019/07/11 18:56:16 leot Exp $
+# $NetBSD: Makefile,v 1.180 2019/07/17 09:55:56 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.07.12
+VERSION_DATE=  2019.07.16
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net
diff -r 2f8257ef5a63 -r 75d62fbc0581 net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST      Wed Jul 17 09:45:30 2019 +0000
+++ b/net/youtube-dl/PLIST      Wed Jul 17 09:55:56 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.89 2019/07/11 18:56:16 leot Exp $
+@comment $NetBSD: PLIST,v 1.90 2019/07/17 09:55:56 leot Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -512,6 +512,9 @@
 ${PYSITELIB}/youtube_dl/extractor/dispeak.py
 ${PYSITELIB}/youtube_dl/extractor/dispeak.pyc
 ${PYSITELIB}/youtube_dl/extractor/dispeak.pyo
+${PYSITELIB}/youtube_dl/extractor/dlive.py
+${PYSITELIB}/youtube_dl/extractor/dlive.pyc
+${PYSITELIB}/youtube_dl/extractor/dlive.pyo
 ${PYSITELIB}/youtube_dl/extractor/dotsub.py
 ${PYSITELIB}/youtube_dl/extractor/dotsub.pyc
 ${PYSITELIB}/youtube_dl/extractor/dotsub.pyo
@@ -1043,6 +1046,9 @@
 ${PYSITELIB}/youtube_dl/extractor/litv.py
 ${PYSITELIB}/youtube_dl/extractor/litv.pyc
 ${PYSITELIB}/youtube_dl/extractor/litv.pyo
+${PYSITELIB}/youtube_dl/extractor/livejournal.py
+${PYSITELIB}/youtube_dl/extractor/livejournal.pyc
+${PYSITELIB}/youtube_dl/extractor/livejournal.pyo
 ${PYSITELIB}/youtube_dl/extractor/liveleak.py
 ${PYSITELIB}/youtube_dl/extractor/liveleak.pyc
 ${PYSITELIB}/youtube_dl/extractor/liveleak.pyo
@@ -1628,9 +1634,6 @@
 ${PYSITELIB}/youtube_dl/extractor/rtvs.py
 ${PYSITELIB}/youtube_dl/extractor/rtvs.pyc
 ${PYSITELIB}/youtube_dl/extractor/rtvs.pyo
-${PYSITELIB}/youtube_dl/extractor/rudo.py
-${PYSITELIB}/youtube_dl/extractor/rudo.pyc
-${PYSITELIB}/youtube_dl/extractor/rudo.pyo
 ${PYSITELIB}/youtube_dl/extractor/ruhd.py
 ${PYSITELIB}/youtube_dl/extractor/ruhd.pyc
 ${PYSITELIB}/youtube_dl/extractor/ruhd.pyo
diff -r 2f8257ef5a63 -r 75d62fbc0581 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Wed Jul 17 09:45:30 2019 +0000
+++ b/net/youtube-dl/distinfo   Wed Jul 17 09:55:56 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.162 2019/07/11 18:56:16 leot Exp $
+$NetBSD: distinfo,v 1.163 2019/07/17 09:55:56 leot Exp $
 
-SHA1 (youtube-dl-2019.07.12.tar.gz) = 454c9fdd235923ac4355183fc8d62f095a07ccdf
-RMD160 (youtube-dl-2019.07.12.tar.gz) = c2abe77b38faedef1e2a9414b1cbb746b235b5e8
-SHA512 (youtube-dl-2019.07.12.tar.gz) = 5cb586e5e7d8f05d9292402f6b2e9fe67a9f7dc58758b904797b9925c278c2e9f41e7be9d8c0777ccabf01dc795fdc4f6714600a233e48cec72daae3f045d2d2
-Size (youtube-dl-2019.07.12.tar.gz) = 3162016 bytes
+SHA1 (youtube-dl-2019.07.16.tar.gz) = c4c1d3718df12f198d35546551f9f25572566313
+RMD160 (youtube-dl-2019.07.16.tar.gz) = c7defbd424ea9a688aa40b38e9d7ae828db33d5f
+SHA512 (youtube-dl-2019.07.16.tar.gz) = 7dc71913210669521684ac0484ef02d20d7ce500d8fb72581d4f8c2978b369582ee003ea4e908e262cf1f7cd734b4e989d667a1fa36d6cf19e9fc0723c55d411
+Size (youtube-dl-2019.07.16.tar.gz) = 3168500 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490



Home | Main Index | Thread Index | Old Index