Compare commits
26 Commits
Author | SHA256 | Date | |
---|---|---|---|
6fb17b0175 | |||
926987c0d1 | |||
0f2176c0e4 | |||
3ff45ad337 | |||
540639dbcf | |||
0b49e4fcfb | |||
70555edead | |||
21621d6268 | |||
62f3cd1a8a | |||
153289ffe0 | |||
1775396c4a | |||
e67a7c9e7a | |||
5304913c83 | |||
e63ba14a9c | |||
16d8fdc322 | |||
e0d553d717 | |||
772bea0c3a | |||
652218aef2 | |||
5b59a6ed84 | |||
0bb8636baf | |||
e9e1c5b157 | |||
3c69f3bf80 | |||
bff58c4d9f | |||
5a220b638c | |||
81825454db | |||
153d9706b4 |
@ -1,4 +0,0 @@
|
||||
mtime: 1739955836
|
||||
commit: 3ff45ad337074a8977bcf7c83dfa2db84d40cae178bd5961cf327776bd465efb
|
||||
url: https://src.opensuse.org/jengelh/yt-dlp
|
||||
revision: master
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:433d8bacc85cd1c84461d5265ff4716f3882f9b0b03bbf8a01a668519b6488b5
|
||||
size 256
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
11
yt-dlp.spec
11
yt-dlp.spec
@ -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.03.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)
BIN
yt-dlp.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user