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: Mon Mar 6 12:22:05 UTC 2023
Modified Files:
pkgsrc/net/yt-dlp: Makefile PLIST distinfo
Log Message:
yt-dlp: updated to 2023.3.4
2023.03.04
Extractor changes
bilibili: Fix for downloading wrong subtitles
ESPNcricinfo: Handle new URL pattern
lefigaro: Add extractors
lumni: Add extractor
Prankcast: Fix tags
rutube: Extract chapters from description
SportDeutschland: Rewrite extractor by pukkandan
telecaribe: Add extractor
tubetugraz: Support --twofactor
tunein: Fix extractors
twitch: Update for GraphQL API changes
twitter: Fix retweet extraction
xvideos: quickies: Add extractor
Misc. changes
build:
Fix publishing to PyPI and homebrew by bashonly
Only archive if vars.ARCHIVE_REPO is set by Grub4K
cleanup: Miscellaneous: 392389b by pukkandan
devscripts: make_changelog: Stop at Release ... commit by pukkandan
2023.03.03
Important changes
- **A new release type has been added!**
* [`nightly`]
* When using `--update`/`-U`, a release binary will only update to its current channel (either `stable` or `nightly`).
* The `--update-to` option has been added allowing the user more control over program upgrades (or downgrades).
* `--update-to` can change the release channel (`stable`, `nightly`) and also upgrade or downgrade to specific tags.
* **Usage**: `--update-to CHANNEL`, `--update-to TAG`, `--update-to CHANNEL@TAG`
- **YouTube throttling fixes!**
Core changes
- [Add option `--break-match-filters`]
- [Fix `--break-on-existing` with `--lazy-playlist`]
- dependencies
- [Simplify `Cryptodome`]
- jsinterp
- [Handle `Date` at epoch 0]
- plugins
- [Don't look in `.egg` directories]
- update
- [Add option `--update-to`, including to nightly]
- utils
- `LenientJSONDecoder`: [Parse unclosed objects]
- `Popen`: [Shim undocumented `text_mode` property]
Extractor changes
- [Fix DRM detection in m3u8]
- generic
- [Detect manifest links via extension]
- [Handle basic-auth when checking redirects]
- GoogleDrive
- [Fix some audio]
- iprima
- [Fix extractor]
- mediastream
- [Improve WinSports support]
- ntvru
- [Extract HLS and DASH formats]
- tencent
- [Add more formats and info]
- yle_areena
- [Extract non-Kaltura videos]
- youtube
- [Construct dash formats with `range` query]
- [Detect and break on looping comments]
- [Extract channel `view_count` when `/about` tab is passed]
Misc. changes
- build
- [Add `cffi` as a dependency for `yt_dlp_linux`]
- [Automated builds and nightly releases]
- [Sign SHA files and release public key]
- cleanup
- [Fix `Changelog`]
- jsinterp: [Give functions names to help debugging]
- Miscellaneous: [4815bbf]
- devscripts
- [Script to generate changelog]
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/yt-dlp/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/yt-dlp/PLIST
cvs rdiff -u -r1.22 -r1.23 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.25 pkgsrc/net/yt-dlp/Makefile:1.26
--- pkgsrc/net/yt-dlp/Makefile:1.25 Fri Feb 17 14:02:52 2023
+++ pkgsrc/net/yt-dlp/Makefile Mon Mar 6 12:22:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/02/17 14:02:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.26 2023/03/06 12:22:04 adam Exp $
-DISTNAME= yt-dlp-2023.2.17
+DISTNAME= yt-dlp-2023.3.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yt-dlp/}
# TODO: create symlink, as mpv makes use of youtube-dl?
Index: pkgsrc/net/yt-dlp/PLIST
diff -u pkgsrc/net/yt-dlp/PLIST:1.17 pkgsrc/net/yt-dlp/PLIST:1.18
--- pkgsrc/net/yt-dlp/PLIST:1.17 Fri Feb 17 14:02:52 2023
+++ pkgsrc/net/yt-dlp/PLIST Mon Mar 6 12:22:04 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2023/02/17 14:02:52 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.18 2023/03/06 12:22:04 adam Exp $
bin/yt-dlp
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -1365,6 +1365,9 @@ ${PYSITELIB}/yt_dlp/extractor/lecturio.p
${PYSITELIB}/yt_dlp/extractor/leeco.py
${PYSITELIB}/yt_dlp/extractor/leeco.pyc
${PYSITELIB}/yt_dlp/extractor/leeco.pyo
+${PYSITELIB}/yt_dlp/extractor/lefigaro.py
+${PYSITELIB}/yt_dlp/extractor/lefigaro.pyc
+${PYSITELIB}/yt_dlp/extractor/lefigaro.pyo
${PYSITELIB}/yt_dlp/extractor/lego.py
${PYSITELIB}/yt_dlp/extractor/lego.pyc
${PYSITELIB}/yt_dlp/extractor/lego.pyo
@@ -1428,6 +1431,9 @@ ${PYSITELIB}/yt_dlp/extractor/lovehomepo
${PYSITELIB}/yt_dlp/extractor/lrt.py
${PYSITELIB}/yt_dlp/extractor/lrt.pyc
${PYSITELIB}/yt_dlp/extractor/lrt.pyo
+${PYSITELIB}/yt_dlp/extractor/lumni.py
+${PYSITELIB}/yt_dlp/extractor/lumni.pyc
+${PYSITELIB}/yt_dlp/extractor/lumni.pyo
${PYSITELIB}/yt_dlp/extractor/lynda.py
${PYSITELIB}/yt_dlp/extractor/lynda.pyc
${PYSITELIB}/yt_dlp/extractor/lynda.pyo
@@ -2547,6 +2553,9 @@ ${PYSITELIB}/yt_dlp/extractor/tele5.pyo
${PYSITELIB}/yt_dlp/extractor/telebruxelles.py
${PYSITELIB}/yt_dlp/extractor/telebruxelles.pyc
${PYSITELIB}/yt_dlp/extractor/telebruxelles.pyo
+${PYSITELIB}/yt_dlp/extractor/telecaribe.py
+${PYSITELIB}/yt_dlp/extractor/telecaribe.pyc
+${PYSITELIB}/yt_dlp/extractor/telecaribe.pyo
${PYSITELIB}/yt_dlp/extractor/telecinco.py
${PYSITELIB}/yt_dlp/extractor/telecinco.pyc
${PYSITELIB}/yt_dlp/extractor/telecinco.pyo
Index: pkgsrc/net/yt-dlp/distinfo
diff -u pkgsrc/net/yt-dlp/distinfo:1.22 pkgsrc/net/yt-dlp/distinfo:1.23
--- pkgsrc/net/yt-dlp/distinfo:1.22 Fri Feb 17 14:02:52 2023
+++ pkgsrc/net/yt-dlp/distinfo Mon Mar 6 12:22:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/02/17 14:02:52 bsiegert Exp $
+$NetBSD: distinfo,v 1.23 2023/03/06 12:22:04 adam Exp $
-BLAKE2s (yt-dlp-2023.2.17.tar.gz) = a920575bef860f3e9c4f7c52114f651a34393138f2d1295ac347706cf7118317
-SHA512 (yt-dlp-2023.2.17.tar.gz) = 2458358410acb49ffc8fd4c49abddc78a5015ccf48979350fc5f9d4805c2dd8f7b728837ad30d55119cf8fc6842cba36a995ef9291da22af3135ae4a9077a5ba
-Size (yt-dlp-2023.2.17.tar.gz) = 2571278 bytes
+BLAKE2s (yt-dlp-2023.3.4.tar.gz) = acaaa57a9de3fd68edb865a218cb34bc3025c46952e5c79573daa4759e0c4f1f
+SHA512 (yt-dlp-2023.3.4.tar.gz) = f3aa880bc924ad39e3ec535f6e8666d53aedf29b829964bfd1bde8f05e25c84c26cae1342f939986509db8e07b9df9d5092a80e1865eaf5e431f2b29c83253c3
+Size (yt-dlp-2023.3.4.tar.gz) = 2587373 bytes
Home |
Main Index |
Thread Index |
Old Index