From c57f20fc09b33c194aa7a7b39e024e9b4024ca57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 18:48:06 +0000 Subject: [PATCH] Release 2025.01.15.184801 Created by: nicolaasjan :ci skip all --- Changelog.md | 5 +++++ README.md | 8 ++++---- yt_dlp/version.py | 10 +++++----- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Changelog.md b/Changelog.md index cf9806ea112a..e7cb7a665811 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,11 @@ # To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master --> +### 2025.01.15.184801 + +#### 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 #### Core changes diff --git a/README.md b/README.md index 56e4458dc1b3..d1b8c3b80ed4 100644 --- a/README.md +++ b/README.md @@ -288,10 +288,10 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git --no-update Do not check for updates (default) --update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version. CHANNEL can be a repository as well. CHANNEL - and TAG default to "stable" and "latest" - respectively if omitted; See "UPDATE" for - details. Supported channels: stable, - nightly, master + and TAG default to "nicolaasjan/yt-dlp" and + "latest" respectively if omitted; See + "UPDATE" for details. Supported channels: + stable, nightly, master -i, --ignore-errors Ignore download and postprocessing errors. The download will be considered successful even if the postprocessing fails diff --git a/yt_dlp/version.py b/yt_dlp/version.py index 97a3b1b26ac0..cf2ad2e9d63f 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,15 +1,15 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2025.01.12' +__version__ = '2025.01.15.184801' -RELEASE_GIT_HEAD = 'dade5e35c89adaad04408bfef766820dbca06ebe' +RELEASE_GIT_HEAD = 'c8541f8b13e743fcfa06667530d13fee8686e22a' VARIANT = None UPDATE_HINT = None -CHANNEL = 'stable' +CHANNEL = 'nicolaasjan/yt-dlp' -ORIGIN = 'yt-dlp/yt-dlp' +ORIGIN = 'nicolaasjan/yt-dlp' -_pkg_version = '2025.01.12' +_pkg_version = '2025.01.15.184801'