pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/youtube-dl youtube-dl: Update to 20190309



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47fd3ef0d740
branches:  trunk
changeset: 320719:47fd3ef0d740
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Mar 08 20:28:07 2019 +0000

description:
youtube-dl: Update to 20190309

Changes:
version 2019.03.09

Core
* [extractor/common] Use compat_etree_Element
+ [compat] Introduce compat_etree_Element
* [extractor/common] Fallback url to base URL for DASH formats
* [extractor/common] Do not fail on invalid data while parsing F4M manifest
  in non fatal mode
* [extractor/common] Return MPD manifest as format's url meta field (#20242)
* [utils] Strip #HttpOnly_ prefix from cookies files (#20219)

Extractors
* [francetv:site] Relax video id regular expression (#20268)
* [toutv] Detect invalid login error
* [toutv] Fix authentication (#20261)
+ [urplay] Extract timestamp (#20235)
+ [openload] Add support for oload.space (#20246)
* [facebook] Improve uploader extraction (#20250)
* [bbc] Use compat_etree_Element
* [crunchyroll] Use compat_etree_Element
* [npo] Improve ISM extraction
* [rai] Improve extraction (#20253)
* [paramountnetwork] Fix mgid extraction (#20241)
* [libsyn] Improve extraction (#20229)
+ [youtube] Add more invidious instances to URL regular expression (#20228)
* [spankbang] Fix extraction (#20023)
* [espn] Extend URL regular expression (#20013)
* [sixplay] Handle videos with empty assets (#20016)
+ [vimeo] Add support for Vimeo Pro portfolio protected videos (#20070)

diffstat:

 net/youtube-dl/Makefile |   4 ++--
 net/youtube-dl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r c1fe5c0ee3b4 -r 47fd3ef0d740 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Fri Mar 08 20:23:23 2019 +0000
+++ b/net/youtube-dl/Makefile   Fri Mar 08 20:28:07 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.163 2019/02/28 22:17:10 leot Exp $
+# $NetBSD: Makefile,v 1.164 2019/03/08 20:28:07 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.03.01
+VERSION_DATE=  2019.03.09
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net
diff -r c1fe5c0ee3b4 -r 47fd3ef0d740 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Fri Mar 08 20:23:23 2019 +0000
+++ b/net/youtube-dl/distinfo   Fri Mar 08 20:28:07 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.148 2019/02/28 22:17:10 leot Exp $
+$NetBSD: distinfo,v 1.149 2019/03/08 20:28:07 leot Exp $
 
-SHA1 (youtube-dl-2019.03.01.tar.gz) = 2ad5f4d737d3febd782889b5f0df616378c55c69
-RMD160 (youtube-dl-2019.03.01.tar.gz) = cc685945bb724bfaaf71cbac3c8625d4c75324e8
-SHA512 (youtube-dl-2019.03.01.tar.gz) = ff037b2288b937ebc70bfa880a4c0cd10cb4a615725e25f8db998c828d4b505461088b5aaa926aa47f148189496275f1a70e03e187325c15d6ff425ed4da2dc7
-Size (youtube-dl-2019.03.01.tar.gz) = 3117441 bytes
+SHA1 (youtube-dl-2019.03.09.tar.gz) = 6555619b64e648528130559cd91c912845456fdb
+RMD160 (youtube-dl-2019.03.09.tar.gz) = 136a3c508c1b43cb6749d9ed795b358ea49358a7
+SHA512 (youtube-dl-2019.03.09.tar.gz) = a827d481057ff502064acd4c170c5320c63e0abb1048ef9d3563083478dc518f0755ecdc3179fe75a1a949aa162f9bebdd96a59f913b34f0b7ed54b168fc2903
+Size (youtube-dl-2019.03.09.tar.gz) = 3120854 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490



Home | Main Index | Thread Index | Old Index