aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-01-15 23:50:41 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-01-15 23:50:41 +0000
commitbbc7591d3bb650f96cd1f1584055888cc919f14a (patch)
tree8ad7982c3efe0c13ca5d741d65ceef813494aecc
parentc8541f8b13e743fcfa06667530d13fee8686e22a (diff)
Release 2025.01.152025.01.15
Created by: bashonly :ci skip all
-rw-r--r--Changelog.md5
-rw-r--r--yt_dlp/version.py6
2 files changed, 8 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md
index cf9806ea1..b996d35f7 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
+
+#### 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/yt_dlp/version.py b/yt_dlp/version.py
index 97a3b1b26..e7588aebb 100644
--- a/yt_dlp/version.py
+++ b/yt_dlp/version.py
@@ -1,8 +1,8 @@
# Autogenerated by devscripts/update-version.py
-__version__ = '2025.01.12'
+__version__ = '2025.01.15'
-RELEASE_GIT_HEAD = 'dade5e35c89adaad04408bfef766820dbca06ebe'
+RELEASE_GIT_HEAD = 'c8541f8b13e743fcfa06667530d13fee8686e22a'
VARIANT = None
@@ -12,4 +12,4 @@ CHANNEL = 'stable'
ORIGIN = 'yt-dlp/yt-dlp'
-_pkg_version = '2025.01.12'
+_pkg_version = '2025.01.15'