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 20171020.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d38b0504a9d8
branches:  trunk
changeset: 370654:d38b0504a9d8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 22 14:03:26 2017 +0000

description:
youtube-dl: update to 20171020.

version 2017.10.20

Core
* [downloader/fragment] Report warning instead of error on inconsistent
  download state
* [downloader/hls] Fix total fragments count when ad fragments exist

Extractors
* [parliamentliveuk] Fix extraction (#14524)
* [soundcloud] Update client id (#14546)
+ [servus] Add support for servus.com (#14362)
+ [unity] Add support for unity3d.com (#14528)
* [youtube] Replace youtube redirect URLs in description (#14517)
* [pbs] Restrict direct video URL regular expression (#14519)
* [drtv] Respect preference for direct HTTP formats (#14509)
+ [eporner] Add support for embed URLs (#14507)
* [arte] Capture and output error message
* [niconico] Improve uploader metadata extraction robustness (#14135)


version 2017.10.15.1

Core
* [downloader/hls] Ignore anvato ad fragments (#14496)
* [downloader/fragment] Output ad fragment count

Extractors
* [scrippsnetworks:watch] Bypass geo restriction
+ [anvato] Add ability to bypass geo restriction
* [redditr] Fix extraction for URLs with query (#14495)


version 2017.10.15

Core
+ [common] Add support for jwplayer youtube embeds

Extractors
* [scrippsnetworks:watch] Fix extraction (#14389)
* [anvato] Process master m3u8 manifests
* [youtube] Fix relative URLs in description
* [spike] Bypass geo restriction
+ [howstuffworks] Add support for more domains
* [infoq] Fix http format downloading
+ [rtlnl] Add support for another type of embeds
+ [onionstudios] Add support for bulbs-video embeds
* [udn] Fix extraction
* [shahid] Fix extraction (#14448)
* [kaltura] Ignore Widevine encrypted video (.wvm) (#14471)
* [vh1] Fix extraction (#9613)


version 2017.10.12

Core
* [YoutubeDL] Improve _default_format_spec (#14461)

Extractors
* [steam] Fix extraction (#14067)
+ [funk] Add support for funk.net (#14464)
+ [nexx] Add support for shortcuts and relax domain id extraction
+ [voxmedia] Add support for recode.net (#14173)
+ [once] Add support for vmap URLs
+ [generic] Add support for channel9 embeds (#14469)
* [tva] Fix extraction (#14328)
+ [tubitv] Add support for new URL format (#14460)
- [afreecatv:global] Remove extractor
- [youtube:shared] Removed extractor (#14420)
+ [slideslive] Add support for slideslive.com (#2680)
+ [facebook] Support thumbnails (#14416)
* [vvvvid] Fix episode number extraction (#14456)
* [hrti:playlist] Relax URL regular expression
* [wdr] Relax media link regular expression (#14447)
* [hrti] Relax URL regular expression (#14443)
* [fox] Delegate extraction to uplynk:preplay (#14147)
+ [youtube] Add support for hooktube.com (#14437)


version 2017.10.07

Core
* [YoutubeDL] Ignore duplicates in --playlist-items
* [YoutubeDL] Fix out of range --playlist-items for iterable playlists and
  reduce code duplication (#14425)
+ [utils] Use cache in OnDemandPagedList by default
* [postprocessor/ffmpeg] Convert to opus using libopus (#14381)

Extractors
* [reddit] Sort formats (#14430)
* [lnkgo] Relax URL regular expression (#14423)
* [pornflip] Extend URL regular expression (#14405, #14406)
+ [xtube] Add support for embed URLs (#14417)
+ [xvideos] Add support for embed URLs and improve extraction (#14409)
* [beeg] Fix extraction (#14403)
* [tvn24] Relax URL regular expression (#14395)
* [nbc] Fix extraction (#13651, #13715, #14137, #14198, #14312, #14314, #14378,
  #14392, #14414, #14419, #14431)
+ [ketnet] Add support for videos without direct sources (#14377)
* [canvas] Generalize mediazone.vrt.be extractor and rework canvas and een
+ [afreecatv] Add support for adult videos (#14376)

diffstat:

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

diffs (80 lines):

diff -r e724797fce70 -r d38b0504a9d8 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Sun Oct 22 12:59:33 2017 +0000
+++ b/net/youtube-dl/Makefile   Sun Oct 22 14:03:26 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.121 2017/10/02 13:10:06 leot Exp $
+# $NetBSD: Makefile,v 1.122 2017/10/22 14:03:26 wiz 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=  2017.10.01
+VERSION_DATE=  2017.10.20
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net
diff -r e724797fce70 -r d38b0504a9d8 net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST      Sun Oct 22 12:59:33 2017 +0000
+++ b/net/youtube-dl/PLIST      Sun Oct 22 14:03:26 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.49 2017/10/02 13:10:06 leot Exp $
+@comment $NetBSD: PLIST,v 1.50 2017/10/22 14:03:26 wiz Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -680,6 +680,9 @@
 ${PYSITELIB}/youtube_dl/extractor/funimation.py
 ${PYSITELIB}/youtube_dl/extractor/funimation.pyc
 ${PYSITELIB}/youtube_dl/extractor/funimation.pyo
+${PYSITELIB}/youtube_dl/extractor/funk.py
+${PYSITELIB}/youtube_dl/extractor/funk.pyc
+${PYSITELIB}/youtube_dl/extractor/funk.pyo
 ${PYSITELIB}/youtube_dl/extractor/funnyordie.py
 ${PYSITELIB}/youtube_dl/extractor/funnyordie.pyc
 ${PYSITELIB}/youtube_dl/extractor/funnyordie.pyo
@@ -1610,6 +1613,9 @@
 ${PYSITELIB}/youtube_dl/extractor/servingsys.py
 ${PYSITELIB}/youtube_dl/extractor/servingsys.pyc
 ${PYSITELIB}/youtube_dl/extractor/servingsys.pyo
+${PYSITELIB}/youtube_dl/extractor/servus.py
+${PYSITELIB}/youtube_dl/extractor/servus.pyc
+${PYSITELIB}/youtube_dl/extractor/servus.pyo
 ${PYSITELIB}/youtube_dl/extractor/sexu.py
 ${PYSITELIB}/youtube_dl/extractor/sexu.pyc
 ${PYSITELIB}/youtube_dl/extractor/sexu.pyo
@@ -1640,6 +1646,9 @@
 ${PYSITELIB}/youtube_dl/extractor/slideshare.py
 ${PYSITELIB}/youtube_dl/extractor/slideshare.pyc
 ${PYSITELIB}/youtube_dl/extractor/slideshare.pyo
+${PYSITELIB}/youtube_dl/extractor/slideslive.py
+${PYSITELIB}/youtube_dl/extractor/slideslive.pyc
+${PYSITELIB}/youtube_dl/extractor/slideslive.pyo
 ${PYSITELIB}/youtube_dl/extractor/slutload.py
 ${PYSITELIB}/youtube_dl/extractor/slutload.pyc
 ${PYSITELIB}/youtube_dl/extractor/slutload.pyo
@@ -1970,6 +1979,9 @@
 ${PYSITELIB}/youtube_dl/extractor/unistra.py
 ${PYSITELIB}/youtube_dl/extractor/unistra.pyc
 ${PYSITELIB}/youtube_dl/extractor/unistra.pyo
+${PYSITELIB}/youtube_dl/extractor/unity.py
+${PYSITELIB}/youtube_dl/extractor/unity.pyc
+${PYSITELIB}/youtube_dl/extractor/unity.pyo
 ${PYSITELIB}/youtube_dl/extractor/uol.py
 ${PYSITELIB}/youtube_dl/extractor/uol.pyc
 ${PYSITELIB}/youtube_dl/extractor/uol.pyo
diff -r e724797fce70 -r d38b0504a9d8 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Sun Oct 22 12:59:33 2017 +0000
+++ b/net/youtube-dl/distinfo   Sun Oct 22 14:03:26 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.106 2017/10/02 13:10:06 leot Exp $
+$NetBSD: distinfo,v 1.107 2017/10/22 14:03:26 wiz Exp $
 
-SHA1 (youtube-dl-2017.10.01.tar.gz) = 9710e759f5dc90c666077cde34698b13c9d9ec4c
-RMD160 (youtube-dl-2017.10.01.tar.gz) = 89a8a719832133420ae7ed0adb983bb600aa0acf
-SHA512 (youtube-dl-2017.10.01.tar.gz) = f1eafecb2418276df7e7bdb73402779521197f551be3431eda9727390884d42c50a73895d0c58fc3783ab04712e4bf5aa072dad6d3241724e19e6c4c80c0080d
-Size (youtube-dl-2017.10.01.tar.gz) = 2813364 bytes
+SHA1 (youtube-dl-2017.10.20.tar.gz) = 3d0230b4638766318c3aeb4f860144691639c967
+RMD160 (youtube-dl-2017.10.20.tar.gz) = 4dc671426f1751eab7769cf395ce4066249d3730
+SHA512 (youtube-dl-2017.10.20.tar.gz) = 973465ad7d04f9d790fb9d36ca1c2c89c13f64b599ac3ef61f7720cd9d618d01619f76b419044eb716123e8300c1e2b4d881972a8240e0421f396dddd7affef1
+Size (youtube-dl-2017.10.20.tar.gz) = 2824647 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30



Home | Main Index | Thread Index | Old Index