diff options
author | leot <leot@pkgsrc.org> | 2017-05-01 09:40:19 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-05-01 09:40:19 +0000 |
commit | 132ed8686d28b7125c45c50197ce6dfade614226 (patch) | |
tree | e5e94b72261ab4ba2a4a635dfd255a9082b1af2d /net | |
parent | f81bb0f19e35478a24573776f6baf9697ecfc428 (diff) | |
download | pkgsrc-132ed8686d28b7125c45c50197ce6dfade614226.tar.gz |
Update net/youtube-dl to 20170501
Changes:
version 2017.05.01
Core
+ [extractor/common] Extract view count from JSON-LD
* [utils] Improve unified_timestamp
+ [utils] Add video/mp2t to mimetype2ext
* [downloader/external] Properly handle live stream downloading cancellation
(#8932)
+ [utils] Add support for unicode whitespace in clean_html on python 2 (#12906)
Extractors
* [infoq] Make audio format extraction non fatal (#12938)
* [brightcove] Allow whitespace around attribute names in embedded code
+ [zaq1] Add support for zaq1.pl (#12693)
+ [xvideos] Extract duration (#12828)
* [vevo] Fix extraction (#12879)
+ [noovo] Add support for noovo.ca (#12792)
+ [washingtonpost] Add support for embeds (#12699)
* [yandexmusic:playlist] Fix extraction for python 3 (#12888)
* [anvato] Improve extraction (#12913)
* Promote to regular shortcut based extractor
* Add mcp to access key mapping table
* Add support for embeds extraction
* Add support for anvato embeds in generic extractor
* [xtube] Fix extraction for older FLV videos (#12734)
* [tvplayer] Fix extraction (#12908)
version 2017.04.28
Core
+ [adobepass] Use geo verification headers for all requests
- [downloader/fragment] Remove assert for resume_len when no fragments
downloaded
+ [extractor/common] Add manifest_url for explicit group rendition formats
* [extractor/common] Fix manifest_url for m3u8 formats
- [extractor/common] Don't list master m3u8 playlists in format list (#12832)
Extractor
* [aenetworks] Fix extraction for shows with single season
+ [go] Add support for Disney, DisneyJunior and DisneyXD show pages
* [youtube] Recognize new locale-based player URLs (#12885)
+ [streamable] Add support for new embedded URL schema (#12844)
* [arte:+7] Relax URL regular expression (#12837)
Diffstat (limited to 'net')
-rw-r--r-- | net/youtube-dl/Makefile | 4 | ||||
-rw-r--r-- | net/youtube-dl/PLIST | 8 | ||||
-rw-r--r-- | net/youtube-dl/distinfo | 10 |
3 files changed, 14 insertions, 8 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index cd3f29b8d3b..3757480aef1 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.109 2017/04/27 10:37:58 leot Exp $ +# $NetBSD: Makefile,v 1.110 2017/05/01 09:40:19 leot Exp $ -VERSION_DATE= 2017.04.26 +VERSION_DATE= 2017.05.01 DISTNAME= youtube-dl-${VERSION_DATE} PKGNAME= youtube-dl-${VERSION_DATE:S/.//:S/.//} CATEGORIES= net diff --git a/net/youtube-dl/PLIST b/net/youtube-dl/PLIST index 07f6137cb94..ca8b96e9264 100644 --- a/net/youtube-dl/PLIST +++ b/net/youtube-dl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.40 2017/04/27 10:37:58 leot Exp $ +@comment $NetBSD: PLIST,v 1.41 2017/05/01 09:40:19 leot Exp $ bin/youtube-dl ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -1217,6 +1217,9 @@ ${PYSITELIB}/youtube_dl/extractor/nobelprize.pyo ${PYSITELIB}/youtube_dl/extractor/noco.py ${PYSITELIB}/youtube_dl/extractor/noco.pyc ${PYSITELIB}/youtube_dl/extractor/noco.pyo +${PYSITELIB}/youtube_dl/extractor/noovo.py +${PYSITELIB}/youtube_dl/extractor/noovo.pyc +${PYSITELIB}/youtube_dl/extractor/noovo.pyo ${PYSITELIB}/youtube_dl/extractor/normalboots.py ${PYSITELIB}/youtube_dl/extractor/normalboots.pyc ${PYSITELIB}/youtube_dl/extractor/normalboots.pyo @@ -2210,6 +2213,9 @@ ${PYSITELIB}/youtube_dl/extractor/youtube.pyo ${PYSITELIB}/youtube_dl/extractor/zapiks.py ${PYSITELIB}/youtube_dl/extractor/zapiks.pyc ${PYSITELIB}/youtube_dl/extractor/zapiks.pyo +${PYSITELIB}/youtube_dl/extractor/zaq1.py +${PYSITELIB}/youtube_dl/extractor/zaq1.pyc +${PYSITELIB}/youtube_dl/extractor/zaq1.pyo ${PYSITELIB}/youtube_dl/extractor/zdf.py ${PYSITELIB}/youtube_dl/extractor/zdf.pyc ${PYSITELIB}/youtube_dl/extractor/zdf.pyo diff --git a/net/youtube-dl/distinfo b/net/youtube-dl/distinfo index 6d111ce3a56..d2499cd9803 100644 --- a/net/youtube-dl/distinfo +++ b/net/youtube-dl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.95 2017/04/27 10:37:58 leot Exp $ +$NetBSD: distinfo,v 1.96 2017/05/01 09:40:19 leot Exp $ -SHA1 (youtube-dl-2017.04.26.tar.gz) = 0e1c855758a822b98de115b82016e6e3aeacb0ad -RMD160 (youtube-dl-2017.04.26.tar.gz) = 696463c5b408b131605503dfef977e8f23bed19f -SHA512 (youtube-dl-2017.04.26.tar.gz) = 45b6e48828da72d4d014ba1605c94efbf7d082ad8527f49ec1333c4d7c210bcb64e68cbd140f505f318890693ed0b45c351d29344eb2162d00613674e60fbdb3 -Size (youtube-dl-2017.04.26.tar.gz) = 2691549 bytes +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 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30 |