pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/youtube-dl



Module Name:    pkgsrc
Committed By:   leot
Date:           Mon Jun  5 20:37:21 UTC 2017

Modified Files:
        pkgsrc/net/youtube-dl: Makefile PLIST distinfo

Log Message:
Update net/youtube-dl to 20170605

Changes:
version 2017.06.05

Core
* [YoutubeDL] Don't emit ANSI escape codes on Windows (#13270)

Extractors
+ [bandcamp:weekly] Add support for bandcamp weekly (#12758)
* [pornhub:playlist] Fix extraction (#13281)
- [godtv] Remove extractor (#13175)
* [safari] Fix typo (#13252)
* [youtube] Improve chapters extraction (#13247)
* [1tv] Lower preference for HTTP formats (#13246)
* [francetv] Relax URL regular expression
* [drbonanza] Fix extraction (#13231)
* [packtpub] Fix authentication (#13240)

version 2017.05.29

Extractors
* [youtube] Fix DASH MPD extraction for videos with non-encrypted format URLs
  (#13211)
* [xhamster] Fix uploader and like/dislike count extraction (#13216))
+ [xhamster] Extract categories (#11728)
+ [abcnews] Add support for embed URLs (#12851)
* [gaskrank] Fix extraction (#12493)
* [medialaan] Fix videos with missing videoUrl (#12774)
* [dvtv] Fix playlist support
+ [dvtv] Add support for DASH and HLS formats (#3063)
+ [beam:vod] Add support for beam.pro/mixer.com VODs (#13032))
* [cbsinteractive] Relax URL regular expression (#13213)
* [adn] Fix formats extraction
+ [youku] Extract more metadata (#10433)
* [cbsnews] Fix extraction (#13205)

version 2017.05.26

Core
+ [utils] strip_jsonp() can recognize more patterns
* [postprocessor/ffmpeg] Fix metadata filename handling on Python 2 (#13182)

Extractors
+ [youtube] DASH MPDs with cipher signatures are recognized now (#11381)
+ [bbc] Add support for authentication
* [tudou] Merge into youku extractor (#12214)
* [youku:show] Fix extraction
* [youku] Fix extraction (#13191)
* [udemy] Fix extraction for outputs' format entries without URL (#13192)
* [vimeo] Fix formats' sorting (#13189)
* [cbsnews] Fix extraction for 60 Minutes videos (#12861)

version 2017.05.23

Core
+ [downloader/external] Pass -loglevel to ffmpeg downloader (#13183)
+ [adobepass] Add support for Bright House Networks (#13149)

Extractors
+ [streamcz] Add support for subtitles (#13174)
* [youtube] Fix DASH manifest signature decryption (#8944, #13156)
* [toggle] Relax URL regular expression (#13172)
* [toypics] Fix extraction (#13077)
* [njpwworld] Fix extraction (#13162, #13169)
+ [hitbox] Add support for smashcast.tv (#13154)
* [mitele] Update app key regular expression (#13158)

version 2017.05.18.1

Core
* [jsinterp] Fix typo and cleanup regular expressions (#13134)

version 2017.05.18

Core
+ [jsinterp] Add support for quoted names and indexers (#13123, #13124, #13125,
  #13126, #13128, #13129, #13130, #13131, #13132)
+ [extractor/common] Add support for schemeless URLs in _extract_wowza_formats
  (#13088, #13092)
+ [utils] Recognize more audio codecs (#13081)

Extractors
+ [vier] Extract more metadata (#12539)
* [vier] Improve extraction (#12801)
    + Add support for authentication
    * Bypass authentication when no credentials provided
    * Improve extraction robustness
* [dailymail] Fix sources extraction (#13057)
* [dailymotion] Extend URL regular expression (#13079)


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/net/youtube-dl/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/youtube-dl/PLIST
cvs rdiff -u -r1.97 -r1.98 pkgsrc/net/youtube-dl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/youtube-dl/Makefile
diff -u pkgsrc/net/youtube-dl/Makefile:1.111 pkgsrc/net/youtube-dl/Makefile:1.112
--- pkgsrc/net/youtube-dl/Makefile:1.111        Wed May 17 08:08:52 2017
+++ pkgsrc/net/youtube-dl/Makefile      Mon Jun  5 20:37:21 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2017/05/17 08:08:52 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2017/06/05 20:37:21 leot Exp $
 
-VERSION_DATE=  2017.05.14
+VERSION_DATE=  2017.06.05
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       youtube-dl-${VERSION_DATE:S/.//:S/.//}
 CATEGORIES=    net

Index: pkgsrc/net/youtube-dl/PLIST
diff -u pkgsrc/net/youtube-dl/PLIST:1.42 pkgsrc/net/youtube-dl/PLIST:1.43
--- pkgsrc/net/youtube-dl/PLIST:1.42    Wed May 17 08:08:52 2017
+++ pkgsrc/net/youtube-dl/PLIST Mon Jun  5 20:37:21 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.42 2017/05/17 08:08:52 wiz Exp $
+@comment $NetBSD: PLIST,v 1.43 2017/06/05 20:37:21 leot Exp $
 bin/youtube-dl
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -728,9 +728,6 @@ ${PYSITELIB}/youtube_dl/extractor/go90.p
 ${PYSITELIB}/youtube_dl/extractor/godtube.py
 ${PYSITELIB}/youtube_dl/extractor/godtube.pyc
 ${PYSITELIB}/youtube_dl/extractor/godtube.pyo
-${PYSITELIB}/youtube_dl/extractor/godtv.py
-${PYSITELIB}/youtube_dl/extractor/godtv.pyc
-${PYSITELIB}/youtube_dl/extractor/godtv.pyo
 ${PYSITELIB}/youtube_dl/extractor/golem.py
 ${PYSITELIB}/youtube_dl/extractor/golem.pyc
 ${PYSITELIB}/youtube_dl/extractor/golem.pyo

Index: pkgsrc/net/youtube-dl/distinfo
diff -u pkgsrc/net/youtube-dl/distinfo:1.97 pkgsrc/net/youtube-dl/distinfo:1.98
--- pkgsrc/net/youtube-dl/distinfo:1.97 Wed May 17 08:08:52 2017
+++ pkgsrc/net/youtube-dl/distinfo      Mon Jun  5 20:37:21 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.97 2017/05/17 08:08:52 wiz Exp $
+$NetBSD: distinfo,v 1.98 2017/06/05 20:37:21 leot Exp $
 
-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 (youtube-dl-2017.06.05.tar.gz) = 7ca5143fb2b5d41a9752a4c866cac3f2f261174e
+RMD160 (youtube-dl-2017.06.05.tar.gz) = 146a7a76ccfb411fdaaa41e1a12fd18e19cfaf38
+SHA512 (youtube-dl-2017.06.05.tar.gz) = 60b99df0e5aa9fc9248cbc47ce8c61f7d78485e6c6b4d8aba795e3a0da9e085d03cf860e94738fe184f8c6bec83897f5fdf5bd24c414bb8153053914203a4b7f
+Size (youtube-dl-2017.06.05.tar.gz) = 2723532 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30



Home | Main Index | Thread Index | Old Index