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 20191225



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c6d6ea35ff9
branches:  trunk
changeset: 346024:0c6d6ea35ff9
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Dec 26 22:12:27 2019 +0000

description:
youtube-dl: Update to 20191225

Changes:
20191225
--------
Core
* [utils] Improve str_to_int
+ [downloader/hls] Add ability to override AES decryption key URL (#17521)

Extractors
* [mediaset] Fix parse formats (#23508)
+ [tv2dk:bornholm:play] Add support for play.tv2bornholm.dk (#23291)
+ [slideslive] Add support for url and vimeo service names (#23414)
* [slideslive] Fix extraction (#23413)
* [twitch:clips] Fix extraction (#23375)
+ [soundcloud] Add support for token protected embeds (#18954)
* [vk] Improve extraction
    * Fix User Videos extraction (#23356)
    * Extract all videos for lists with more than 1000 videos (#23356)
    + Add support for video albums (#14327, #14492)
- [kontrtube] Remove extractor
- [videopremium] Remove extractor
- [musicplayon] Remove extractor (#9225)
+ [ufctv] Add support for ufcfightpass.imgdge.com and
  ufcfightpass.imggaming.com (#23343)
+ [twitch] Extract m3u8 formats frame rate (#23333)
+ [imggaming] Add support for playlists and extract subtitles
+ [ufcarabia] Add support for UFC Arabia (#23312)
* [ufctv] Fix extraction
* [yahoo] Fix gyao brightcove player id (#23303)
* [vzaar] Override AES decryption key URL (#17521)
+ [vzaar] Add support for AES HLS manifests (#17521, #23299)
* [nrl] Fix extraction
* [teachingchannel] Fix extraction
* [nintendo] Fix extraction and partially add support for Nintendo Direct
  videos (#4592)
+ [ooyala] Add better fallback values for domain and streams variables
+ [youtube] Add support youtubekids.com (#23272)
* [tv2] Detect DRM protection
+ [tv2] Add support for katsomo.fi and mtv.fi (#10543)
* [tv2] Fix tv2.no article extraction
* [msn] Improve extraction
    + Add support for YouTube and NBCSports embeds
    + Add support for articles with multiple videos
    * Improve AOL embed support
    * Improve format extraction
* [abcotvs] Relax URL regular expression and improve metadata extraction
  (#18014)
* [channel9] Reduce response size
* [adobetv] Improve extaction
    * Use OnDemandPagedList for list extractors
    * Reduce show extraction requests
    * Extract original video format and subtitles
    + Add support for adobe tv embeds

diffstat:

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

diffs (81 lines):

diff -r cc162e91ed81 -r 0c6d6ea35ff9 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Thu Dec 26 22:10:50 2019 +0000
+++ b/net/youtube-dl/Makefile   Thu Dec 26 22:12:27 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.194 2019/12/09 11:45:59 leot Exp $
+# $NetBSD: Makefile,v 1.195 2019/12/26 22:12:27 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.11.28
+VERSION_DATE=  2019.12.25
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 PKGREVISION=   1
diff -r cc162e91ed81 -r 0c6d6ea35ff9 net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST      Thu Dec 26 22:10:50 2019 +0000
+++ b/net/youtube-dl/PLIST      Thu Dec 26 22:12:27 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.96 2019/11/28 21:22:07 leot Exp $
+@comment $NetBSD: PLIST,v 1.97 2019/12/26 22:12:27 leot Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -845,6 +845,9 @@
 ${PYSITELIB}/youtube_dl/extractor/imdb.py
 ${PYSITELIB}/youtube_dl/extractor/imdb.pyc
 ${PYSITELIB}/youtube_dl/extractor/imdb.pyo
+${PYSITELIB}/youtube_dl/extractor/imggaming.py
+${PYSITELIB}/youtube_dl/extractor/imggaming.pyc
+${PYSITELIB}/youtube_dl/extractor/imggaming.pyo
 ${PYSITELIB}/youtube_dl/extractor/imgur.py
 ${PYSITELIB}/youtube_dl/extractor/imgur.pyc
 ${PYSITELIB}/youtube_dl/extractor/imgur.pyo
@@ -950,9 +953,6 @@
 ${PYSITELIB}/youtube_dl/extractor/konserthusetplay.py
 ${PYSITELIB}/youtube_dl/extractor/konserthusetplay.pyc
 ${PYSITELIB}/youtube_dl/extractor/konserthusetplay.pyo
-${PYSITELIB}/youtube_dl/extractor/kontrtube.py
-${PYSITELIB}/youtube_dl/extractor/kontrtube.pyc
-${PYSITELIB}/youtube_dl/extractor/kontrtube.pyo
 ${PYSITELIB}/youtube_dl/extractor/krasview.py
 ${PYSITELIB}/youtube_dl/extractor/krasview.pyc
 ${PYSITELIB}/youtube_dl/extractor/krasview.pyo
@@ -1172,9 +1172,6 @@
 ${PYSITELIB}/youtube_dl/extractor/muenchentv.py
 ${PYSITELIB}/youtube_dl/extractor/muenchentv.pyc
 ${PYSITELIB}/youtube_dl/extractor/muenchentv.pyo
-${PYSITELIB}/youtube_dl/extractor/musicplayon.py
-${PYSITELIB}/youtube_dl/extractor/musicplayon.pyc
-${PYSITELIB}/youtube_dl/extractor/musicplayon.pyo
 ${PYSITELIB}/youtube_dl/extractor/mwave.py
 ${PYSITELIB}/youtube_dl/extractor/mwave.pyc
 ${PYSITELIB}/youtube_dl/extractor/mwave.pyo
@@ -2120,9 +2117,6 @@
 ${PYSITELIB}/youtube_dl/extractor/videomore.py
 ${PYSITELIB}/youtube_dl/extractor/videomore.pyc
 ${PYSITELIB}/youtube_dl/extractor/videomore.pyo
-${PYSITELIB}/youtube_dl/extractor/videopremium.py
-${PYSITELIB}/youtube_dl/extractor/videopremium.pyc
-${PYSITELIB}/youtube_dl/extractor/videopremium.pyo
 ${PYSITELIB}/youtube_dl/extractor/videopress.py
 ${PYSITELIB}/youtube_dl/extractor/videopress.pyc
 ${PYSITELIB}/youtube_dl/extractor/videopress.pyo
diff -r cc162e91ed81 -r 0c6d6ea35ff9 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Thu Dec 26 22:10:50 2019 +0000
+++ b/net/youtube-dl/distinfo   Thu Dec 26 22:12:27 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.177 2019/12/09 11:45:59 leot Exp $
+$NetBSD: distinfo,v 1.178 2019/12/26 22:12:27 leot Exp $
 
-SHA1 (youtube-dl-2019.11.28.tar.gz) = c8537c966bda1e68d3b7b8f7e392ae488dbed063
-RMD160 (youtube-dl-2019.11.28.tar.gz) = 3958b538feb2d23968a96051f52487b61980b215
-SHA512 (youtube-dl-2019.11.28.tar.gz) = fd3fc9658428ecf96d681dd699db49e02f94343e5c49e370cb68a5764e8ecebc14b3ce5bc44db0a829b0d3c4fbffc96a1f8288fb24cbd21add6e9c7852b0915d
-Size (youtube-dl-2019.11.28.tar.gz) = 3148365 bytes
+SHA1 (youtube-dl-2019.12.25.tar.gz) = 1658783c89b9e1a941e6fa187f9640c8eab94704
+RMD160 (youtube-dl-2019.12.25.tar.gz) = 288bf6a6dc7c31172babb1923167c900b3e642b9
+SHA512 (youtube-dl-2019.12.25.tar.gz) = 951219648597d5e19fd3bcb3c64d8641bffd63cf3c6b4b30332d9148ad8b12c1be252e4cacbcd8169ce502b0fe20b2ff7163620382769b5e83e82d155e4f38c8
+Size (youtube-dl-2019.12.25.tar.gz) = 3153090 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_extractor_rai.py) = ae67a6fb599c90491fd68b72bf71821659a2eca4
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490



Home | Main Index | Thread Index | Old Index