SHA256
1
0
forked from pool/yt-dlp

1 Commits

Author SHA256 Message Date
922c687b0d revert 21621d6268
revert Fix 15.6 build wrt newer python-hatchling

This will restore "%{?sle15_python_module_pythons}" to combat proliferation of installed python versions.

The build failure on 15.6 will be fixed by aggregating "python-trove-classifiers" instead.
2025-08-22 15:58:43 +02:00
3 changed files with 6 additions and 34 deletions

View File

@@ -1,31 +1,3 @@
-------------------------------------------------------------------
Sat Sep 06 09:45:45 CEST 2025 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2025.09.05
* Fix --id deprecation warning
* charlierose: Fix extractor
* googledrive: Fix subtitles extraction
* itvbtcc: Fix extractor
* kick: vod: Support ongoing livestream VODs
* lrt: Fix extractors
* tver: Extract more metadata
* vevo: Restore extractors
* build: Overhaul Linux builds and refactor release workflow
-------------------------------------------------------------------
Thu Aug 28 00:09:55 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.08.27
* Add tcc player JS variant
* Deprioritize web_safari m3u8 formats
* Use alternative tv user-agent when authenticated
-------------------------------------------------------------------
Sat Aug 23 07:56:19 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.08.22
* cookies: Fix --cookies-from-browser with Firefox 142+
-------------------------------------------------------------------
Wed Aug 20 07:42:37 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package yt-dlp
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@
%define skip_python37 1
%define skip_python38 1
%if 0%{?suse_version} < 1600
%global pythons python312
%{?sle15_python_module_pythons}
%endif
Name: yt-dlp
Version: 2025.09.05
Version: 2025.08.20
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
@@ -47,7 +47,7 @@ Provides: yt-dlp-fish-completion = %version-%release
Obsoletes: yt-dlp-zsh-completion < %version-%release
Provides: yt-dlp-zsh-completion = %version-%release
%if 0%{?suse_version} < 1600
Requires: python312-yt-dlp = %version
Requires: python311-yt-dlp = %version
%else
Requires: python3-yt-dlp = %version
%endif

BIN
yt-dlp.tar.gz (Stored with Git LFS)

Binary file not shown.