mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-31 09:41:18 +02:00
Release 2025.01.15
Some checks failed
Release (master) / release (push) Has been skipped
Release (master) / publish_pypi (push) Has been skipped
CodeQL / Analyze (python) (push) Failing after 1m41s
Core Tests / Core Tests (ubuntu-latest, 3.10) (push) Has been skipped
Core Tests / Core Tests (ubuntu-latest, 3.11) (push) Has been skipped
Core Tests / Core Tests (ubuntu-latest, 3.12) (push) Has been skipped
Core Tests / Core Tests (ubuntu-latest, 3.13) (push) Has been skipped
Core Tests / Core Tests (ubuntu-latest, pypy-3.10) (push) Has been skipped
Download Tests / Quick Download Tests (push) Has been skipped
Download Tests / Full Download Tests (ubuntu-latest, 3.10) (push) Has been skipped
Download Tests / Full Download Tests (ubuntu-latest, 3.11) (push) Has been skipped
Download Tests / Full Download Tests (ubuntu-latest, 3.12) (push) Has been skipped
Download Tests / Full Download Tests (ubuntu-latest, 3.13) (push) Has been skipped
Quick Test / Code check (push) Has been skipped
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.10) (push) Has been skipped
Quick Test / Core Test (push) Has been skipped
Download Tests / Full Download Tests (windows-latest, 3.9) (push) Has been cancelled
Download Tests / Full Download Tests (windows-latest, pypy-3.10) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.10) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.12) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.13) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.9) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, pypy-3.10) (push) Has been cancelled
Some checks failed
Release (master) / release (push) Has been skipped
Release (master) / publish_pypi (push) Has been skipped
CodeQL / Analyze (python) (push) Failing after 1m41s
Core Tests / Core Tests (ubuntu-latest, 3.10) (push) Has been skipped
Core Tests / Core Tests (ubuntu-latest, 3.11) (push) Has been skipped
Core Tests / Core Tests (ubuntu-latest, 3.12) (push) Has been skipped
Core Tests / Core Tests (ubuntu-latest, 3.13) (push) Has been skipped
Core Tests / Core Tests (ubuntu-latest, pypy-3.10) (push) Has been skipped
Download Tests / Quick Download Tests (push) Has been skipped
Download Tests / Full Download Tests (ubuntu-latest, 3.10) (push) Has been skipped
Download Tests / Full Download Tests (ubuntu-latest, 3.11) (push) Has been skipped
Download Tests / Full Download Tests (ubuntu-latest, 3.12) (push) Has been skipped
Download Tests / Full Download Tests (ubuntu-latest, 3.13) (push) Has been skipped
Quick Test / Code check (push) Has been skipped
Download Tests / Full Download Tests (ubuntu-latest, pypy-3.10) (push) Has been skipped
Quick Test / Core Test (push) Has been skipped
Download Tests / Full Download Tests (windows-latest, 3.9) (push) Has been cancelled
Download Tests / Full Download Tests (windows-latest, pypy-3.10) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.10) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.12) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.13) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, 3.9) (push) Has been cancelled
Core Tests / Core Tests (windows-latest, pypy-3.10) (push) Has been cancelled
Created by: bashonly :ci skip all
This commit is contained in:
parent
c8541f8b13
commit
bbc7591d3b
@ -4,6 +4,11 @@
|
|||||||
# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master
|
# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
### 2025.01.15
|
||||||
|
|
||||||
|
#### Extractor changes
|
||||||
|
- **youtube**: [Do not use `web_creator` as a default client](https://github.com/yt-dlp/yt-dlp/commit/c8541f8b13e743fcfa06667530d13fee8686e22a) ([#12087](https://github.com/yt-dlp/yt-dlp/issues/12087)) by [bashonly](https://github.com/bashonly)
|
||||||
|
|
||||||
### 2025.01.12
|
### 2025.01.12
|
||||||
|
|
||||||
#### Core changes
|
#### Core changes
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# Autogenerated by devscripts/update-version.py
|
# Autogenerated by devscripts/update-version.py
|
||||||
|
|
||||||
__version__ = '2025.01.12'
|
__version__ = '2025.01.15'
|
||||||
|
|
||||||
RELEASE_GIT_HEAD = 'dade5e35c89adaad04408bfef766820dbca06ebe'
|
RELEASE_GIT_HEAD = 'c8541f8b13e743fcfa06667530d13fee8686e22a'
|
||||||
|
|
||||||
VARIANT = None
|
VARIANT = None
|
||||||
|
|
||||||
@ -12,4 +12,4 @@ CHANNEL = 'stable'
|
|||||||
|
|
||||||
ORIGIN = 'yt-dlp/yt-dlp'
|
ORIGIN = 'yt-dlp/yt-dlp'
|
||||||
|
|
||||||
_pkg_version = '2025.01.12'
|
_pkg_version = '2025.01.15'
|
||||||
|
Loading…
Reference in New Issue
Block a user