diff options
author | leot <leot@pkgsrc.org> | 2019-05-20 16:58:17 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-05-20 16:58:17 +0000 |
commit | 27bf04b9f46ab36826c68abb326272ed593aefae (patch) | |
tree | d8cdc451b60e53bfcf44b07149d1c6502db7c59d /net | |
parent | 289b75d0feb47fe205b3af55c2542feb1dfb5a58 (diff) | |
download | pkgsrc-27bf04b9f46ab36826c68abb326272ed593aefae.tar.gz |
youtube-dl: Update to 20190520
Changes:
2019.05.20
----------
Core
+ [extractor/common] Move workaround for applying first Set-Cookie header
into a separate _apply_first_set_cookie_header method
Extractors
* [safari] Fix authentication (#21090)
* [vk] Use _apply_first_set_cookie_header
* [vrt] Fix extraction (#20527)
+ [canvas] Add support for vrtnieuws and sporza site ids and extract
AES HLS formats
+ [vrv] Extract captions (#19238)
* [tele5] Improve video id extraction
* [tele5] Relax URL regular expression (#21020, #21063)
* [svtplay] Update API URL (#21075)
+ [yahoo:gyao] Add X-User-Agent header to dam proxy requests (#21071)
Diffstat (limited to 'net')
-rw-r--r-- | net/youtube-dl/Makefile | 4 | ||||
-rw-r--r-- | net/youtube-dl/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index 9a95b22c1d9..4d36cd9a60d 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.173 2019/05/14 12:26:32 leot Exp $ +# $NetBSD: Makefile,v 1.174 2019/05/20 16:58:17 leot Exp $ # XXX: VERSION_DATE can contains also an optional part that indicates # XXX: possible same day revisions. PKGNAME preserves that dotted part as is. -VERSION_DATE= 2019.05.11 +VERSION_DATE= 2019.05.20 DISTNAME= youtube-dl-${VERSION_DATE} PKGNAME= ${DISTNAME:S/.//:S/.//} CATEGORIES= net diff --git a/net/youtube-dl/distinfo b/net/youtube-dl/distinfo index e59e3752436..af2208920af 100644 --- a/net/youtube-dl/distinfo +++ b/net/youtube-dl/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.156 2019/05/14 12:26:32 leot Exp $ +$NetBSD: distinfo,v 1.157 2019/05/20 16:58:17 leot Exp $ -SHA1 (youtube-dl-2019.05.11.tar.gz) = f2d212c813de11647f41245d2dd6382567df1d9f -RMD160 (youtube-dl-2019.05.11.tar.gz) = b60d948a7a1a75185fde31b01fb39e8279863795 -SHA512 (youtube-dl-2019.05.11.tar.gz) = e47a2163d73554fc125a2ac9c14cb12eadd506f6416fd673d687e9a068ece34e95d7f59483aefaa329da0a8c4b72e6d1debc2a8d3bd6c7ded5fbe543c5d769b9 -Size (youtube-dl-2019.05.11.tar.gz) = 3167002 bytes +SHA1 (youtube-dl-2019.05.20.tar.gz) = ee7a1c0e9ab9a9add8e8c7cffd797d4a54bb09d6 +RMD160 (youtube-dl-2019.05.20.tar.gz) = 8cf3611a80ddca7aa2381029399ba3d549dbac4b +SHA512 (youtube-dl-2019.05.20.tar.gz) = c50661585f987a6c2abc7b9940749a2ba8e9a534d66f0846dddb265be3fe5a58ba8009fbad44c2551c7574b73bc21aa35f7d633729c0090c46e5818199dccb1d +Size (youtube-dl-2019.05.20.tar.gz) = 3167834 bytes SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490 |