forked from jengelh/yt-dlp
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
d1ae156fbb | |||
926987c0d1 | |||
0f2176c0e4 | |||
3ff45ad337 | |||
540639dbcf | |||
0b49e4fcfb | |||
70555edead |
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
15
yt-dlp.spec
15
yt-dlp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yt-dlp
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# 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
|
||||
@ -19,12 +19,12 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
%define skip_python37 1
|
||||
%if 0%{?sle_version} == 150600
|
||||
%global pythons python312
|
||||
%if 0%{?suse_version} < 1600
|
||||
%{?sle15_python_module_pythons}
|
||||
%endif
|
||||
|
||||
Name: yt-dlp
|
||||
Version: 2024.12.23
|
||||
Version: 2025.02.19
|
||||
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: python311-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