From 26bf5ef7c886c71b0c4fa40b7a9adcc4a10c3deff25b4665e8cf5492d328a1c3 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sat, 27 Sep 2025 09:43:49 +0200 Subject: [PATCH] Upload files to "/" Update to version 2025.09.26 --- yt-dlp.changes | 12 ++++++++++++ yt-dlp.spec | 11 ++++++++++- yt-dlp.tar.gz | 4 ++-- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/yt-dlp.changes b/yt-dlp.changes index d18faff..12d638c 100644 --- a/yt-dlp.changes +++ b/yt-dlp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Sep 27 06:53:33 UTC 2025 - Luigi Baldoni + +- Update to release 2025.09.26 + * twitch: vod: Fix live_status detection + * youtube: + + Fix player JS overrides + + Improve PO token logging + + Player client maintenance + + Replace tv_simply with web_safari in default clients +- Fix Leap 15.6 build + ------------------------------------------------------------------- Tue Sep 23 08:02:51 UTC 2025 - Jan Engelhardt diff --git a/yt-dlp.spec b/yt-dlp.spec index fd8be6e..4ece2dd 100644 --- a/yt-dlp.spec +++ b/yt-dlp.spec @@ -25,7 +25,7 @@ %endif Name: yt-dlp -Version: 2025.09.23 +Version: 2025.09.26 Release: 0 Summary: Enhanced fork of youtube-dl, a video site downloader for offline watching License: CC-BY-SA-3.0 AND SUSE-Public-Domain @@ -82,6 +82,12 @@ The direct Python interface into yt-dlp. %prep %autosetup -p1 -n %name +# remove shebang +find . -type f -name "*.py" -exec sed -i '/^#!/d' {} \; + +# fix Leap 15.6 build wrt hatchling +sed -e '/3\.14/d' -e '/^license\-files/d' \ + -i pyproject.toml %build rm -f youtube-dl yt-dlp @@ -89,6 +95,9 @@ rm -f youtube-dl yt-dlp # A self-decompressing yt-dlp is built only when python_build is not # exercised; else yt-dlp is a loader. # +%if 0%{?suse_version} < 1600 +export PYTHON=%__python312 +%endif %pyproject_wheel %make_build yt-dlp diff --git a/yt-dlp.tar.gz b/yt-dlp.tar.gz index cf31564..1c611fb 100644 --- a/yt-dlp.tar.gz +++ b/yt-dlp.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:665449b23e357d923b98972123ede18d1e824a96cc56ace6088dc81161fcfddb -size 6006301 +oid sha256:1a2221451f0b4815b4bd6dfa665238f44b34cb1dac01c1cfda5dff36459e1164 +size 6011138 -- 2.51.1