35 Commits

Author SHA256 Message Date
6db49d6bd8 yt-dlp 2025.07.21 2025-07-22 02:16:35 +02:00
3926e5fdde yt-dlp 2025.06.30 2025-07-01 17:00:32 +02:00
025e518801 yt-dlp 2025.06.25 2025-06-26 10:00:53 +02:00
459616ae14 yt-dlp 2025.06.09 2025-06-10 02:20:49 +02:00
bfbf840c73 yt-dlp 2025.05.22 2025-05-22 16:37:51 +02:00
ca41e2bfd8 yt-dlp 2025.04.30 2025-05-04 10:50:34 +02:00
1af31c358d yt-dlp 2025.03.31 2025-04-01 01:25:53 +02:00
388aecdf2c yt-dlp 2025.03.27 2025-03-28 12:09:31 +01:00
1ba09dc9d1 yt-dlp 2025.03.26 2025-03-26 03:01:37 +01:00
6fb17b0175 yt-dlp 2025.03.21 2025-03-22 10:05:45 +01:00
926987c0d1 Special case Requires line for 15.6 2025-03-03 10:43:37 +01:00
0f2176c0e4 Require same version between yt-dlp -> python-yt-dlp 2025-02-28 22:02:04 +01:00
3ff45ad337 yt-dlp 2025.02.19 2025-02-19 10:03:56 +01:00
540639dbcf yt-dlp 2025.01.26 2025-01-26 19:03:41 +01:00
0b49e4fcfb yt-dlp 2025.01.15 2025-01-16 22:29:13 +01:00
70555edead yt-dlp 2025.01.12 2025-01-13 01:14:49 +01:00
21621d6268 Fix 15.6 build wrt newer python-hatchling 2024-12-25 11:04:15 +01:00
62f3cd1a8a yt-dlp 2024.12.23 2024-12-24 02:27:03 +01:00
153289ffe0 yt-dlp 2024.12.13 2024-12-13 13:31:25 +01:00
1775396c4a yt-dlp 2024.12.06 2024-12-12 13:55:16 +01:00
e67a7c9e7a yt-dlp 2024.12.03 2024-12-03 21:59:50 +01:00
5304913c83 yt-dlp 2024.11.18 2024-11-19 20:31:22 +01:00
e63ba14a9c yt-dlp 2024.11.04 2024-11-04 22:53:19 +01:00
16d8fdc322 yt-dlp 2024.10.22 2024-10-23 10:35:06 +02:00
e0d553d717 yt-dlp 2024.10.07 2024-10-08 10:49:41 +02:00
772bea0c3a yt-dlp 2024.09.27 2024-09-29 21:34:39 +02:00
652218aef2 Fix spellos in Obsoletes lines 2024-08-14 10:56:08 +02:00
5b59a6ed84 yt-dlp 2024.08.06 2024-08-13 22:43:52 +02:00
0bb8636baf Merge sh-completion, make new youtube-dl compat package 2024-08-13 20:42:15 +02:00
e9e1c5b157 yt-dlp 2024.08.01 2024-08-01 17:50:33 +02:00
3c69f3bf80 yt-dlp 2024.07.25 2024-07-25 06:09:21 +02:00
bff58c4d9f yt-dlp 2024.07.16 2024-07-17 07:46:22 +02:00
5a220b638c yt-dlp 2024.07.09 2024-07-10 09:19:33 +02:00
81825454db Add openSUSE bugzilla reference for CVE-2024-38519 2024-07-02 19:54:26 +02:00
153d9706b4 Synchronize with OBS 2024-07-02 19:53:18 +02:00
5 changed files with 89 additions and 13 deletions

View File

@@ -1,4 +0,0 @@
mtime: 1739955836
commit: 3ff45ad337074a8977bcf7c83dfa2db84d40cae178bd5961cf327776bd465efb
url: https://src.opensuse.org/jengelh/yt-dlp
revision: master

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:433d8bacc85cd1c84461d5265ff4716f3882f9b0b03bbf8a01a668519b6488b5
size 256

View File

@@ -1,3 +1,83 @@
-------------------------------------------------------------------
Tue Jul 22 00:13:54 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.07.21
* Default behaviour changed from --mtime to --no-mtime
* yt: Do not require PO Token for premium accounts
* yt: Extract global nsig helper functions
* yt: tab: Fix subscriptions feed extraction
-------------------------------------------------------------------
Tue Jul 1 15:00:04 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.06.30
* youtube: Fix premium formats extraction
-------------------------------------------------------------------
Thu Jun 26 07:58:44 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.06.25
* yt: Check any ios m3u8 formats prior to download
* yt: Improve player context payloads
-------------------------------------------------------------------
Tue Jun 10 00:19:26 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.06.09
* adobepass: add Fubo MSO, fix Philo MSO authentication
* yt: Add tv_simply player client
* yt: Extract srt subtitles
* yt: Rework nsig function name extraction
-------------------------------------------------------------------
Thu May 22 14:36:43 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.05.22
* yt: Add PO token support for subtitles
* yt: Add web_embedded client for age-restricted videos
* yt: Add a PO Token Provider Framework
* yt: Extract media_type for all videos
* yt: Fix --live-from-start support for premieres
* yt: Fix geo-restriction error handling
-------------------------------------------------------------------
Sun May 4 08:49:41 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.04.30 [boo#1242186]
* New option --preset-alias/-t has been added
-------------------------------------------------------------------
Mon Mar 31 23:24:45 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.03.31
* yt: add player_js_variant extractor-arg
* yt/tab: Fix playlist continuation extraction
-------------------------------------------------------------------
Fri Mar 28 11:09:09 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.03.27
* youtube: Make signature and nsig extraction more robust
-------------------------------------------------------------------
Wed Mar 26 02:01:15 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.03.26
* youtube: fix signature and nsig extraction for player 4fcd6e4a
-------------------------------------------------------------------
Sat Mar 22 09:03:31 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.03.21
* Fix external downloader availability when using
``--ffmpeg-location``
* youtube: fix nsig and signature extraction for player 643afba4.
-------------------------------------------------------------------
Fri Feb 28 21:01:45 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Require same version between yt-dlp -> python-yt-dlp
-------------------------------------------------------------------
Wed Feb 19 08:55:03 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -19,12 +19,12 @@
%define skip_python2 1
%define skip_python36 1
%define skip_python37 1
%if 0%{?sle_version} == 150600
%if 0%{?suse_version} < 1600
%global pythons python312
%endif
Name: yt-dlp
Version: 2025.02.19
Version: 2025.07.21
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
@@ -45,8 +45,11 @@ Obsoletes: yt-dlp-fish-completion < %version-%release
Provides: yt-dlp-fish-completion = %version-%release
Obsoletes: yt-dlp-zsh-completion < %version-%release
Provides: yt-dlp-zsh-completion = %version-%release
# %%primary_python not available in Leap yet
Requires: %(echo %{python_module yt-dlp} | perl -pe 's{.* }{}g')
%if 0%{?suse_version} < 1600
Requires: python312-yt-dlp = %version
%else
Requires: python3-yt-dlp = %version
%endif
%define python_subpackage_only 1
%python_subpackages

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

Binary file not shown.