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 20210116



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5013e69e638
branches:  trunk
changeset: 445274:a5013e69e638
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Jan 18 20:20:22 2021 +0000

description:
youtube-dl: Update to 20210116

Changes:
version 2021.01.16

Core
* [YoutubeDL] Protect from infinite recursion due to recursively nested
  playlists (#27833)
* [YoutubeDL] Ignore failure to create existing directory (#27811)
* [YoutubeDL] Raise syntax error for format selection expressions with multiple
  + operators (#27803)

Extractors
+ [animeondemand] Add support for lazy playlist extraction (#27829)
* [youporn] Restrict fallback download URL (#27822)
* [youporn] Improve height and tbr extraction (#20425, #23659)
* [youporn] Fix extraction (#27822)
+ [twitter] Add support for unified cards (#27826)
+ [twitch] Add Authorization header with OAuth token for GraphQL requests
  (#27790)
* [mixcloud:playlist:base] Extract video id in flat playlist mode (#27787)
* [cspan] Improve info extraction (#27791)
* [adn] Improve info extraction
* [adn] Fix extraction (#26963, #27732)
* [youtube:search] Extract from all sections (#27604)
* [youtube:search] fix viewcount and try to extract all video sections (#27604)
* [twitch] Improve login error extraction
* [twitch] Fix authentication (#27743)
* [3qsdn] Improve extraction (#21058)
* [peertube] Extract formats from streamingPlaylists (#26002, #27586, #27728)
* [khanacademy] Fix extraction (#2887, #26803)
* [spike] Update Paramount Network feed URL (#27715)

diffstat:

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

diffs (32 lines):

diff -r aae04245bac2 -r a5013e69e638 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Mon Jan 18 16:04:55 2021 +0000
+++ b/net/youtube-dl/Makefile   Mon Jan 18 20:20:22 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.226 2021/01/09 11:32:36 leot Exp $
+# $NetBSD: Makefile,v 1.227 2021/01/18 20:20:22 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=  2021.01.08
+VERSION_DATE=  2021.01.16
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       ${DISTNAME:S/.//:S/.//}
 CATEGORIES=    net
diff -r aae04245bac2 -r a5013e69e638 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Mon Jan 18 16:04:55 2021 +0000
+++ b/net/youtube-dl/distinfo   Mon Jan 18 20:20:22 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.207 2021/01/09 11:32:36 leot Exp $
+$NetBSD: distinfo,v 1.208 2021/01/18 20:20:22 leot Exp $
 
-SHA1 (youtube-dl-2021.01.08.tar.gz) = 095283e14c98e0d48e6d4c4db75626a62634bc44
-RMD160 (youtube-dl-2021.01.08.tar.gz) = 6dae2733ac6048a51fb3c9781f7034e3a843b03f
-SHA512 (youtube-dl-2021.01.08.tar.gz) = 516c5ac6e0e4513e574771a9d39f643f077e18b408dc7b709b92ca99d2d72f15719b545d5f7598a3a1d5eaeae52efff283c42001ce8c846c019582490be8cac1
-Size (youtube-dl-2021.01.08.tar.gz) = 3270591 bytes
+SHA1 (youtube-dl-2021.01.16.tar.gz) = 32f8543411a70e303231f22d721518e2927a4854
+RMD160 (youtube-dl-2021.01.16.tar.gz) = 7ecb5e03f1caa9ee87ccc628a917c7de34a73630
+SHA512 (youtube-dl-2021.01.16.tar.gz) = 01b73f2e626df69249057ddc205d49dc7d6d16c66f4349fcdde5990615d1d13e0b5db15d65fb35e0c1328f7dc67d1473183228778614ccb7a3c9d27e80a0a38d
+Size (youtube-dl-2021.01.16.tar.gz) = 3275243 bytes
 SHA1 (patch-setup.py) = a67074ae7cfe5e77847c2f610337ea553eddb69b
 SHA1 (patch-youtube__dl_extractor_la7.py) = 6c579f96e7ace1b64ef25fe8788b40bc4e7e67dd
 SHA1 (patch-youtube__dl_postprocessor_ffmpeg.py) = f96676170a448d9205d542a7def4beca615a1490



Home | Main Index | Thread Index | Old Index