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 May 20 16:58:17 UTC 2019

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 pkgsrc/net/youtube-dl/Makefile
cvs rdiff -u -r1.156 -r1.157 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.173 pkgsrc/net/youtube-dl/Makefile:1.174
--- pkgsrc/net/youtube-dl/Makefile:1.173        Tue May 14 12:26:32 2019
+++ pkgsrc/net/youtube-dl/Makefile      Mon May 20 16:58:17 2019
@@ -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

Index: pkgsrc/net/youtube-dl/distinfo
diff -u pkgsrc/net/youtube-dl/distinfo:1.156 pkgsrc/net/youtube-dl/distinfo:1.157
--- pkgsrc/net/youtube-dl/distinfo:1.156        Tue May 14 12:26:32 2019
+++ pkgsrc/net/youtube-dl/distinfo      Mon May 20 16:58:17 2019
@@ -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



Home | Main Index | Thread Index | Old Index