pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/youtube-dl version 2017.05.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f96c0a24388c
branches:  trunk
changeset: 362504:f96c0a24388c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 17 08:08:52 2017 +0000

description:
version 2017.05.14

Core
+ [extractor/common] Respect Width and Height attributes in ISM manifests
+ [postprocessor/metadatafromtitle] Add support regular expression syntax for
  --metadata-from-title (#13065)

Extractor
+ [mediaset] Add support for video.mediaset.it (#12708, #12964)
* [orf:radio] Fix extraction (#11643, #12926)
* [aljazeera] Extend URL regular expression (#13053)
* [imdb] Relax URL regular expression (#13056)
+ [francetv] Add support for mobile.france.tv (#13068)
+ [upskill] Add support for upskillcourses.com (#13043)
* [thescene] Fix extraction (#13061)
* [condenast] Improve embed support
* [liveleak] Fix extraction (#12053)
+ [douyu] Support Douyu shows (#12228)
* [myspace] Improve URL regular expression (#13040)
* [adultswim] Use desktop platform in assets URL (#13041)


version 2017.05.09

Core
* [YoutubeDL] Force --restrict-filenames when no locale is set on all python
  versions (#13027)

Extractors
* [francetv] Adapt to site redesign (#13034)
+ [packtpub] Add support for authentication (#12622)
* [drtv] Lower preference for SignLanguage formats (#13013, #13016)
+ [cspan] Add support for brightcove live embeds (#13028)
* [vrv] Extract DASH formats and subtitles
* [funimation] Fix authentication (#13021)
* [adultswim] Fix extraction (#8640, #10950, #11042, #12121)
    + Add support for Adobe Pass authentication
    + Add support for live streams
    + Add support for show pages
* [turner] Extract thumbnail, is_live and strip description
+ [nonktube] Add support for nonktube.com (#8647, #13024)
+ [nuevo] Pass headers to _extract_nuevo
* [nbc] Improve extraction (#12364)


version 2017.05.07

Common
* [extractor/common] Fix typo in _extract_akamai_formats
+ [postprocessor/ffmpeg] Embed chapters into media file with --add-metadata
+ [extractor/common] Introduce chapters meta field

Extractors
* [youtube] Fix authentication (#12820, #12927, #12973, #12992, #12993, #12995,
  #13003)
* [bilibili] Fix video downloading (#13001)
* [rmcdecouverte] Fix extraction (#12937)
* [theplatform] Extract chapters
* [bandcamp] Fix thumbnail extraction (#12980)
* [pornhub] Extend URL regular expression (#12996)
+ [youtube] Extract chapters
+ [nrk] Extract chapters
+ [vice] Add support for ooyala embeds in article pages
+ [vice] Support vice articles (#12968)
* [vice] Fix extraction for non en_us videos (#12967)
* [gdcvault] Fix extraction for some videos (#12733)
* [pbs] Improve multipart video support (#12981)
* [laola1tv] Fix extraction (#12880)
+ [cda] Support birthday verification (#12789)
* [leeco] Fix extraction (#12974)
+ [pbs] Extract chapters
* [amp] Imporove thumbnail and subtitles extraction
* [foxsports] Fix extraction (#12945)
- [coub] Remove comment count extraction (#12941)

diffstat:

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

diffs (68 lines):

diff -r 04177422796f -r f96c0a24388c net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Wed May 17 07:14:08 2017 +0000
+++ b/net/youtube-dl/Makefile   Wed May 17 08:08:52 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2017/05/01 09:40:19 leot Exp $
+# $NetBSD: Makefile,v 1.111 2017/05/17 08:08:52 wiz Exp $
 
-VERSION_DATE=  2017.05.01
+VERSION_DATE=  2017.05.14
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       youtube-dl-${VERSION_DATE:S/.//:S/.//}
 CATEGORIES=    net
diff -r 04177422796f -r f96c0a24388c net/youtube-dl/PLIST
--- a/net/youtube-dl/PLIST      Wed May 17 07:14:08 2017 +0000
+++ b/net/youtube-dl/PLIST      Wed May 17 08:08:52 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2017/05/01 09:40:19 leot Exp $
+@comment $NetBSD: PLIST,v 1.42 2017/05/17 08:08:52 wiz Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -1022,6 +1022,9 @@
 ${PYSITELIB}/youtube_dl/extractor/medialaan.py
 ${PYSITELIB}/youtube_dl/extractor/medialaan.pyc
 ${PYSITELIB}/youtube_dl/extractor/medialaan.pyo
+${PYSITELIB}/youtube_dl/extractor/mediaset.py
+${PYSITELIB}/youtube_dl/extractor/mediaset.pyc
+${PYSITELIB}/youtube_dl/extractor/mediaset.pyo
 ${PYSITELIB}/youtube_dl/extractor/medici.py
 ${PYSITELIB}/youtube_dl/extractor/medici.pyc
 ${PYSITELIB}/youtube_dl/extractor/medici.pyo
@@ -1217,6 +1220,9 @@
 ${PYSITELIB}/youtube_dl/extractor/noco.py
 ${PYSITELIB}/youtube_dl/extractor/noco.pyc
 ${PYSITELIB}/youtube_dl/extractor/noco.pyo
+${PYSITELIB}/youtube_dl/extractor/nonktube.py
+${PYSITELIB}/youtube_dl/extractor/nonktube.pyc
+${PYSITELIB}/youtube_dl/extractor/nonktube.pyo
 ${PYSITELIB}/youtube_dl/extractor/noovo.py
 ${PYSITELIB}/youtube_dl/extractor/noovo.pyc
 ${PYSITELIB}/youtube_dl/extractor/noovo.pyo
@@ -1937,6 +1943,9 @@
 ${PYSITELIB}/youtube_dl/extractor/uplynk.py
 ${PYSITELIB}/youtube_dl/extractor/uplynk.pyc
 ${PYSITELIB}/youtube_dl/extractor/uplynk.pyo
+${PYSITELIB}/youtube_dl/extractor/upskill.py
+${PYSITELIB}/youtube_dl/extractor/upskill.pyc
+${PYSITELIB}/youtube_dl/extractor/upskill.pyo
 ${PYSITELIB}/youtube_dl/extractor/urort.py
 ${PYSITELIB}/youtube_dl/extractor/urort.pyc
 ${PYSITELIB}/youtube_dl/extractor/urort.pyo
diff -r 04177422796f -r f96c0a24388c net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Wed May 17 07:14:08 2017 +0000
+++ b/net/youtube-dl/distinfo   Wed May 17 08:08:52 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.96 2017/05/01 09:40:19 leot Exp $
+$NetBSD: distinfo,v 1.97 2017/05/17 08:08:52 wiz Exp $
 
-SHA1 (youtube-dl-2017.05.01.tar.gz) = df8e8f72a7a862a3c6b98490144597e12394b73b
-RMD160 (youtube-dl-2017.05.01.tar.gz) = 366fd4788a1dd88a74c133beb1b2bf6290d523a9
-SHA512 (youtube-dl-2017.05.01.tar.gz) = 8a48dfb4b3d0f1cb24f9602fbe85e640fdec5c43d3aad87adec0dc3f4441852bfe1940e77bd1cf42f2a745ece9cbb08c8a1432128ae8ad7fa0f4be4351775c9e
-Size (youtube-dl-2017.05.01.tar.gz) = 2698645 bytes
+SHA1 (youtube-dl-2017.05.14.tar.gz) = 605b6658463ff5040834ca257283f262e692d021
+RMD160 (youtube-dl-2017.05.14.tar.gz) = a1ca20cd604b0a90b8954e8ce1e80df061a5b6dc
+SHA512 (youtube-dl-2017.05.14.tar.gz) = 49259424fd85dc20fe5e8a2f40cee362c9d416d70786e8d7bb9362674373f84f7d3076934df3f7c721e9f7c2951d7c65550b416e17afa81fc4faf41b7f0e85da
+Size (youtube-dl-2017.05.14.tar.gz) = 2721018 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30



Home | Main Index | Thread Index | Old Index