pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/yt-dlp
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 17 03:39:10 UTC 2024
Modified Files:
pkgsrc/net/yt-dlp: Makefile PLIST distinfo
Log Message:
yt-dlp: updated to 2024.7.16
2024.07.16
Core changes
Fix noprogress if test=True with --quiet and --verbose
Support auto-tty and no_color-tty for --color
update: Fix network error handling
utils: parse_codecs: Fix parsing of mixed case codec strings by bashonly
Extractor changes
adn: Adjust for .com domain change
afreecatv: Fix login and use legacy_ssl
box: Support enterprise URLs
digitalconcerthall: Extract HEVC and FLAC formats
dplay: Fix extractors
epidemicsound: Support sound effects URLs
generic: Fix direct video link extensions
picarto: Fix extractors
soundcloud: permalink, user: Extract tracks only
tiktok: live: Fix room ID extraction
tv5monde: Support browser impersonation
youtube
Avoid poToken experiment player responses
Invalidate nsig cache from < 2024.07.09
Reduce android client priority
Networking changes
Add legacy_ssl request extension
Request Handler: curl_cffi: Support curl_cffi 0.7.X by coletdjnz
Misc. changes
build
Include curl_cffi in yt-dlp_linux by bashonly
Pin curl-cffi to 0.5.10 for Windows by bashonly
cleanup: Miscellaneous: 89a161e by bashonly
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/yt-dlp/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/yt-dlp/PLIST
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/yt-dlp/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/yt-dlp/Makefile
diff -u pkgsrc/net/yt-dlp/Makefile:1.42 pkgsrc/net/yt-dlp/Makefile:1.43
--- pkgsrc/net/yt-dlp/Makefile:1.42 Thu Jul 11 20:02:32 2024
+++ pkgsrc/net/yt-dlp/Makefile Wed Jul 17 03:39:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2024/07/11 20:02:32 adam Exp $
+# $NetBSD: Makefile,v 1.43 2024/07/17 03:39:10 adam Exp $
-DISTNAME= yt_dlp-2024.7.9
+DISTNAME= yt_dlp-2024.7.16
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yt-dlp/}
Index: pkgsrc/net/yt-dlp/PLIST
diff -u pkgsrc/net/yt-dlp/PLIST:1.31 pkgsrc/net/yt-dlp/PLIST:1.32
--- pkgsrc/net/yt-dlp/PLIST:1.31 Thu Jul 11 20:02:32 2024
+++ pkgsrc/net/yt-dlp/PLIST Wed Jul 17 03:39:10 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2024/07/11 20:02:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.32 2024/07/17 03:39:10 adam Exp $
bin/yt-dlp
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -723,12 +723,6 @@ ${PYSITELIB}/yt_dlp/extractor/digiteka.p
${PYSITELIB}/yt_dlp/extractor/discogs.py
${PYSITELIB}/yt_dlp/extractor/discogs.pyc
${PYSITELIB}/yt_dlp/extractor/discogs.pyo
-${PYSITELIB}/yt_dlp/extractor/discovery.py
-${PYSITELIB}/yt_dlp/extractor/discovery.pyc
-${PYSITELIB}/yt_dlp/extractor/discovery.pyo
-${PYSITELIB}/yt_dlp/extractor/discoverygo.py
-${PYSITELIB}/yt_dlp/extractor/discoverygo.pyc
-${PYSITELIB}/yt_dlp/extractor/discoverygo.pyo
${PYSITELIB}/yt_dlp/extractor/disney.py
${PYSITELIB}/yt_dlp/extractor/disney.pyc
${PYSITELIB}/yt_dlp/extractor/disney.pyo
Index: pkgsrc/net/yt-dlp/distinfo
diff -u pkgsrc/net/yt-dlp/distinfo:1.38 pkgsrc/net/yt-dlp/distinfo:1.39
--- pkgsrc/net/yt-dlp/distinfo:1.38 Thu Jul 11 20:02:32 2024
+++ pkgsrc/net/yt-dlp/distinfo Wed Jul 17 03:39:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2024/07/11 20:02:32 adam Exp $
+$NetBSD: distinfo,v 1.39 2024/07/17 03:39:10 adam Exp $
-BLAKE2s (yt_dlp-2024.7.9.tar.gz) = 9797724e1b97c403a22f5ec8e18cac576db268c0e877da1372eaa7324bb0f994
-SHA512 (yt_dlp-2024.7.9.tar.gz) = 14cc7142de73b13189a8b72bbfa0b56acf3671fb01ccef054f145f61e8693aef745637e83b2271302937d4683b2cf7f449909bf9c91be7625d48cf0bf31356f5
-Size (yt_dlp-2024.7.9.tar.gz) = 2841060 bytes
+BLAKE2s (yt_dlp-2024.7.16.tar.gz) = fd0b919e8df02dd8599a26b2c4722640a600469581965de274e06dd71b50524b
+SHA512 (yt_dlp-2024.7.16.tar.gz) = 816d81a52289812e957f0641f64c21eb47190ba2c554e32c4d2dad8d26210525967ac93b3e5fb8d38871752e0fc43daa631124499bb2ee6c8a1aeab1ea2a3f48
+Size (yt_dlp-2024.7.16.tar.gz) = 2844312 bytes
Home |
Main Index |
Thread Index |
Old Index