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 net/youtube-dl to 20...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf3222341c34
branches:  trunk
changeset: 310735:cf3222341c34
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jul 22 10:16:11 2018 +0000

description:
youtube-dl: Update net/youtube-dl to 20180721

Changes:
2018.07.21
----------
Core
+ [utils] Introduce url_or_none
* [utils] Allow JSONP without function name (#17028)
+ [extractor/common] Extract DASH and MSS formats from SMIL manifests

Extractors
+ [bbc] Add support for BBC Radio Play pages (#17022)
* [iwara] Fix download URLs (#17026)
* [vrtnu] Relax title extraction and extract JSON-LD (#17018)
+ [viu] Pass Referer and Origin headers and area id (#16992)
+ [vimeo] Add another config regular expression (#17013)
+ [facebook] Extract view count (#16942)
* [dailymotion] Improve description extraction (#16984)
* [slutload] Fix and improve extraction (#17001)
* [mediaset] Fix extraction (#16977)
+ [theplatform] Add support for theplatform TLD customization (#16977)
* [imgur] Relax URL regular expression (#16987)
* [pornhub] Improve extraction and extract all formats (#12166, #15891, #16262,
  #16959)

diffstat:

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

diffs (31 lines):

diff -r 73e643f1372e -r cf3222341c34 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Sun Jul 22 09:05:28 2018 +0000
+++ b/net/youtube-dl/Makefile   Sun Jul 22 10:16:11 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.140 2018/07/14 11:27:05 leot Exp $
+# $NetBSD: Makefile,v 1.141 2018/07/22 10:16:11 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=  2018.07.10
+VERSION_DATE=  2018.07.21
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net
diff -r 73e643f1372e -r cf3222341c34 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Sun Jul 22 09:05:28 2018 +0000
+++ b/net/youtube-dl/distinfo   Sun Jul 22 10:16:11 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.125 2018/07/14 11:27:05 leot Exp $
+$NetBSD: distinfo,v 1.126 2018/07/22 10:16:11 leot Exp $
 
-SHA1 (youtube-dl-2018.07.10.tar.gz) = 7357134454d37ee4dc052276c844418d5b1dfbce
-RMD160 (youtube-dl-2018.07.10.tar.gz) = 58e8a88f1ba09184c3ea96a441a744c85269b13b
-SHA512 (youtube-dl-2018.07.10.tar.gz) = 4f83bc02002d31bd04d9319d798c1b190b5a357864daca9661bcdeef3f71b258fb9b4b76ae1c19a0901ba5b0e56b834f0124353a4e4e3c6d0554a8f4f967c246
-Size (youtube-dl-2018.07.10.tar.gz) = 3001810 bytes
+SHA1 (youtube-dl-2018.07.21.tar.gz) = f6c6acd2b5fa29141a0e1f61269157cda03e9b69
+RMD160 (youtube-dl-2018.07.21.tar.gz) = d437597295f841606d865c2673303078018995ae
+SHA512 (youtube-dl-2018.07.21.tar.gz) = d0c75b8d651a4c401dd706c3ce86882098a16e9bb3e72b3871b3fe5284a345fc04bf5f7a9165a12af63091660a68a9b81f80a523b2090da3556856d69a81b6bf
+Size (youtube-dl-2018.07.21.tar.gz) = 3006144 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = c516d23cf14811b29ef593893741ed0fb4e17f22



Home | Main Index | Thread Index | Old Index