forked from pool/yt-dlp
Compare commits
No commits in common. "master" and "master" have entirely different histories.
@ -1,36 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
|
||||||
|
|
||||||
- Update to release 2025.02.19
|
|
||||||
* NSIG workaround for tce player JS
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Jan 26 18:02:45 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 2025.01.26
|
|
||||||
* bilibili: Support space video list extraction without login
|
|
||||||
* crunchyroll: Remove extractors
|
|
||||||
* youtube: Download tv client Innertube config
|
|
||||||
* youtube: Use different PO token for GVS and Player
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jan 16 21:28:51 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 2025.01.15
|
|
||||||
* youtube: Do not use web_creator as a default client
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jan 13 00:14:20 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 2025.01.12
|
|
||||||
* yt: fix DASH formats incorrectly skipped in some situations
|
|
||||||
* yt: refactor cookie auth
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 25 09:38:56 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
Wed Dec 25 09:38:56 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
13
yt-dlp.spec
13
yt-dlp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yt-dlp
|
# spec file for package yt-dlp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,12 +19,12 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define skip_python36 1
|
%define skip_python36 1
|
||||||
%define skip_python37 1
|
%define skip_python37 1
|
||||||
%if 0%{?suse_version} < 1600
|
%if 0%{?sle_version} == 150600
|
||||||
%global pythons python312
|
%global pythons python312
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: yt-dlp
|
Name: yt-dlp
|
||||||
Version: 2025.02.19
|
Version: 2024.12.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Enhanced fork of youtube-dl, a video site downloader for offline watching
|
Summary: Enhanced fork of youtube-dl, a video site downloader for offline watching
|
||||||
License: CC-BY-SA-3.0 AND SUSE-Public-Domain
|
License: CC-BY-SA-3.0 AND SUSE-Public-Domain
|
||||||
@ -45,11 +45,8 @@ Obsoletes: yt-dlp-fish-completion < %version-%release
|
|||||||
Provides: yt-dlp-fish-completion = %version-%release
|
Provides: yt-dlp-fish-completion = %version-%release
|
||||||
Obsoletes: yt-dlp-zsh-completion < %version-%release
|
Obsoletes: yt-dlp-zsh-completion < %version-%release
|
||||||
Provides: yt-dlp-zsh-completion = %version-%release
|
Provides: yt-dlp-zsh-completion = %version-%release
|
||||||
%if 0%{?suse_version} < 1600
|
# %%primary_python not available in Leap yet
|
||||||
Requires: python312-yt-dlp = %version
|
Requires: %(echo %{python_module yt-dlp} | perl -pe 's{.* }{}g')
|
||||||
%else
|
|
||||||
Requires: python3-yt-dlp = %version
|
|
||||||
%endif
|
|
||||||
%define python_subpackage_only 1
|
%define python_subpackage_only 1
|
||||||
%python_subpackages
|
%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