pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/youtube-dl Update net/youtube-dl to youtube-dl-201...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1722056de4ce
branches:  trunk
changeset: 354208:1722056de4ce
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Oct 23 07:22:31 2016 +0000

description:
Update net/youtube-dl to youtube-dl-20161021.1

Changes:
version 2016.10.21.1

Extractors
+ [pluralsight] Process all clip URLs (#10984)


version 2016.10.21

Core
- Disable thumbnails embedding in mkv
+ Add support for Comcast multiple-system operator (#10819)

Extractors
* [pluralsight] Adapt to new API (#10972)
* [openload] Fix extraction (#10408, #10971)
+ [natgeo] Extract m3u8 formats (#10959)


version 2016.10.19

Core
+ [utils] Expose PACKED_CODES_RE
+ [extractor/common] Extract non smil wowza mpd manifests
+ [extractor/common] Detect f4m audio-only formats

Extractors
* [vidzi] Fix extraction (#10908, #10952)
* [urplay] Fix subtitles extraction
+ [urplay] Add support for urskola.se (#10915)
+ [orf] Add subtitles support (#10939)
* [youtube] Fix --no-playlist behavior for youtu.be/id URLs (#10896)
* [nrk] Relax URL regular expression (#10928)
+ [nytimes] Add support for podcasts (#10926)
* [pluralsight] Relax URL regular expression (#10941)


version 2016.10.16

Core
* [postprocessor/ffmpeg] Return correct filepath and ext in updated information
  in FFmpegExtractAudioPP (#10879)

Extractors
+ [ruutu] Add support for supla.fi (#10849)
+ [theoperaplatform] Add support for theoperaplatform.eu (#10914)
* [lynda] Fix height for prioritized streams
+ [lynda] Add fallback extraction scenario
* [lynda] Switch to https (#10916)
+ [huajiao] New extractor (#10917)
* [cmt] Fix mgid extraction (#10813)
+ [safari:course] Add support for techbus.safaribooksonline.com
* [orf:tvthek] Fix extraction and modernize (#10898)
* [chirbit] Fix extraction of user profile pages
* [carambatv] Fix extraction
* [canalplus] Fix extraction for some videos
* [cbsinteractive] Fix extraction for cnet.com
* [parliamentliveuk] Lower case URLs are now recognized (#10912)


version 2016.10.12

Core
+ Support HTML media elements without child nodes
* [Makefile] Support for GNU make < 4 is fixed; BSD make dropped (#9387)

Extractors
* [dailymotion] Fix extraction (#10901)
* [vimeo:review] Fix extraction (#10900)
* [nhl] Correctly handle invalid formats (#10713)
* [footyroom] Fix extraction (#10810)
* [abc.net.au:iview] Fix for standalone (non series) videos (#10895)
+ [hbo] Add support for episode pages (#10892)
* [allocine] Fix extraction (#10860)
+ [nextmedia] Recognize action news on AppleDaily
* [lego] Improve info extraction and bypass geo restriction (#10872)

diffstat:

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

diffs (61 lines):

diff -r c0e74f6b71c2 -r 1722056de4ce net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Sun Oct 23 02:07:33 2016 +0000
+++ b/net/youtube-dl/Makefile   Sun Oct 23 07:22:31 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2016/10/08 09:29:17 leot Exp $
+# $NetBSD: Makefile,v 1.98 2016/10/23 07:22:31 leot Exp $
 
-VERSION_DATE=  2016.10.07
+VERSION_DATE=  2016.10.21.1
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       youtube-dl-${VERSION_DATE:S/.//:S/.//}
 CATEGORIES=    net
diff -r c0e74f6b71c2 -r 1722056de4ce net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST      Sun Oct 23 02:07:33 2016 +0000
+++ b/net/youtube-dl/PLIST      Sun Oct 23 07:22:31 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2016/10/08 09:29:17 leot Exp $
+@comment $NetBSD: PLIST,v 1.30 2016/10/23 07:22:31 leot Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -176,9 +176,9 @@
 ${PYSITELIB}/youtube_dl/extractor/bbc.py
 ${PYSITELIB}/youtube_dl/extractor/bbc.pyc
 ${PYSITELIB}/youtube_dl/extractor/bbc.pyo
-${PYSITELIB}/youtube_dl/extractor/beatportpro.py
-${PYSITELIB}/youtube_dl/extractor/beatportpro.pyc
-${PYSITELIB}/youtube_dl/extractor/beatportpro.pyo
+${PYSITELIB}/youtube_dl/extractor/beatport.py
+${PYSITELIB}/youtube_dl/extractor/beatport.pyc
+${PYSITELIB}/youtube_dl/extractor/beatport.pyo
 ${PYSITELIB}/youtube_dl/extractor/beeg.py
 ${PYSITELIB}/youtube_dl/extractor/beeg.pyc
 ${PYSITELIB}/youtube_dl/extractor/beeg.pyo
@@ -749,6 +749,9 @@
 ${PYSITELIB}/youtube_dl/extractor/hrti.py
 ${PYSITELIB}/youtube_dl/extractor/hrti.pyc
 ${PYSITELIB}/youtube_dl/extractor/hrti.pyo
+${PYSITELIB}/youtube_dl/extractor/huajiao.py
+${PYSITELIB}/youtube_dl/extractor/huajiao.pyc
+${PYSITELIB}/youtube_dl/extractor/huajiao.pyo
 ${PYSITELIB}/youtube_dl/extractor/huffpost.py
 ${PYSITELIB}/youtube_dl/extractor/huffpost.pyc
 ${PYSITELIB}/youtube_dl/extractor/huffpost.pyo
diff -r c0e74f6b71c2 -r 1722056de4ce net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Sun Oct 23 02:07:33 2016 +0000
+++ b/net/youtube-dl/distinfo   Sun Oct 23 07:22:31 2016 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.83 2016/10/08 09:29:17 leot Exp $
+$NetBSD: distinfo,v 1.84 2016/10/23 07:22:31 leot Exp $
 
-SHA1 (youtube-dl-2016.10.07.tar.gz) = 6b497e25ff10bc34d838ae1bc28c70cd2968cecb
-RMD160 (youtube-dl-2016.10.07.tar.gz) = 62ce5261dcccdac6a410a57ea38e1701c4e8e82c
-SHA512 (youtube-dl-2016.10.07.tar.gz) = 59cc697ff3edd0fc70122624d921ecad620a6c8279051c159b52891cf0818f67661de8957ee2e6aba23c347c80aa0ac2ef384bbb1c5a949b5c3f5d8de24ddf11
-Size (youtube-dl-2016.10.07.tar.gz) = 2425722 bytes
+SHA1 (youtube-dl-2016.10.21.1.tar.gz) = e109c65f4f2098210332f100c593bf960e5e637b
+RMD160 (youtube-dl-2016.10.21.1.tar.gz) = 5adde497ed421c0de4ec357b72380c282d4bee57
+SHA512 (youtube-dl-2016.10.21.1.tar.gz) = 76c1aab6acaaba2dee298c5fc1c9f7aee5cd497fc67db3c231c938e4a2ea1d01c835a9c3337d4f2620ea80cc3152f910123b895244c2144ca575fb2750382b1a
+Size (youtube-dl-2016.10.21.1.tar.gz) = 2439260 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30



Home | Main Index | Thread Index | Old Index