Sun Feb 11 12:24:24 2018 UTC ()
youtube-dl: Update net/youtube-dl to 20180208

Changes:
version 2018.02.08

Extractors
+ [myvi] Extend URL regular expression
+ [myvi:embed] Add support for myvi.tv embeds (#15521)
+ [prosiebensat1] Extend URL regular expression (#15520)
* [pokemon] Relax URL regular expression and extend title extraction (#15518)
+ [gameinformer] Use geo verification headers
* [la7] Fix extraction (#15501, #15502)
* [gameinformer] Fix brightcove id extraction (#15416)
+ [afreecatv] Pass referrer to video info request (#15507)
+ [telebruxelles] Add support for live streams
* [telebruxelles] Relax URL regular expression
* [telebruxelles] Fix extraction (#15504)
* [extractor/common] Respect secure schemes in _extract_wowza_formats

version 2018.02.04

Core
* [downloader/http] Randomize HTTP chunk size
+ [downloader/http] Add ability to pass downloader options via info dict
* [downloader/http] Fix 302 infinite loops by not reusing requests
+ Document http_chunk_size

Extractors
+ [brightcove] Pass embed page URL as referrer (#15486)
+ [youtube] Enforce using chunked HTTP downloading for DASH formats

version 2018.02.03

Core
+ Introduce --http-chunk-size for chunk-based HTTP downloading
+ Add support for IronPython
* [downloader/ism] Fix Python 3.2 support

Extractors
* [redbulltv] Fix extraction (#15481)
* [redtube] Fix metadata extraction (#15472)
* [pladform] Respect platform id and extract HLS formats (#15468)
- [rtlnl] Remove progressive formats (#15459)
* [6play] Do no modify asset URLs with a token (#15248)
* [nationalgeographic] Relax URL regular expression
* [dplay] Relax URL regular expression (#15458)
* [cbsinteractive] Fix data extraction (#15451)
+ [amcnetworks] Add support for sundancetv.com (#9260)


(leot)
diff -r1.129 -r1.130 pkgsrc/net/youtube-dl/Makefile
diff -r1.114 -r1.115 pkgsrc/net/youtube-dl/distinfo

cvs diff -r1.129 -r1.130 pkgsrc/net/youtube-dl/Makefile (expand / switch to unified diff)

--- pkgsrc/net/youtube-dl/Makefile 2018/01/27 18:14:06 1.129
+++ pkgsrc/net/youtube-dl/Makefile 2018/02/11 12:24:24 1.130
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.129 2018/01/27 18:14:06 leot Exp $ 1# $NetBSD: Makefile,v 1.130 2018/02/11 12:24:24 leot Exp $
2 2
3# XXX: VERSION_DATE can contains also an optional part that indicates 3# XXX: VERSION_DATE can contains also an optional part that indicates
4# XXX: possible same day revisions. PKGNAME preserves that dotted part as is. 4# XXX: possible same day revisions. PKGNAME preserves that dotted part as is.
5VERSION_DATE= 2018.01.27 5VERSION_DATE= 2018.02.08
6DISTNAME= youtube-dl-${VERSION_DATE} 6DISTNAME= youtube-dl-${VERSION_DATE}
7PKGNAME= ${DISTNAME:S/.//:S/.//} 7PKGNAME= ${DISTNAME:S/.//:S/.//}
8CATEGORIES= net 8CATEGORIES= net
9MASTER_SITES= http://youtube-dl.org/downloads/${VERSION_DATE}/ 9MASTER_SITES= http://youtube-dl.org/downloads/${VERSION_DATE}/
10 10
11MAINTAINER= leot@NetBSD.org 11MAINTAINER= leot@NetBSD.org
12HOMEPAGE= http://rg3.github.io/youtube-dl/ 12HOMEPAGE= http://rg3.github.io/youtube-dl/
13COMMENT= Download videos from youtube.com 13COMMENT= Download videos from youtube.com
14LICENSE= public-domain 14LICENSE= public-domain
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17EGG_NAME= youtube_dl-${VERSION_DATE:S/.0/./g} 17EGG_NAME= youtube_dl-${VERSION_DATE:S/.0/./g}
18WRKSRC= ${WRKDIR}/youtube-dl 18WRKSRC= ${WRKDIR}/youtube-dl

cvs diff -r1.114 -r1.115 pkgsrc/net/youtube-dl/distinfo (expand / switch to unified diff)

--- pkgsrc/net/youtube-dl/distinfo 2018/01/27 18:14:06 1.114
+++ pkgsrc/net/youtube-dl/distinfo 2018/02/11 12:24:24 1.115
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.114 2018/01/27 18:14:06 leot Exp $ 1$NetBSD: distinfo,v 1.115 2018/02/11 12:24:24 leot Exp $
2 2
3SHA1 (youtube-dl-2018.01.27.tar.gz) = d820cc789d78ed68dbbaf8b93d06d2d9ae59624e 3SHA1 (youtube-dl-2018.02.08.tar.gz) = b1b59b729d03d7622a0cc392a52928c87cf09ec2
4RMD160 (youtube-dl-2018.01.27.tar.gz) = 478e41d97f4e62cd95ac34e4c2669624e2de95f8 4RMD160 (youtube-dl-2018.02.08.tar.gz) = dd17cb64c8404faf3855ec4edc776782fb904944
5SHA512 (youtube-dl-2018.01.27.tar.gz) = dfe43d855ed6162542531a471f3683e6fd0c3aa094f736a5a53b4efc298106e609787063380d112a2cd0888791e677c11e70fbc90aad096cbbc0aa82442eecff 5SHA512 (youtube-dl-2018.02.08.tar.gz) = e0a7ff99f7ff1bfeb105d45b45584cff5d134d8d1b26fe9ddbc40dcce37b46f068af15e0e906cc26f85a282aaa3707aebc00103f6687d0f6314c092d6a048e02
6Size (youtube-dl-2018.01.27.tar.gz) = 2893288 bytes 6Size (youtube-dl-2018.02.08.tar.gz) = 2897318 bytes
7SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b 7SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
8SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30 8SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = 6c220e67ab138d1c00aa4f2bc02ac84548af7c30