aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-07-08 22:19:18 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-07-08 22:19:18 +0000
commit1a6ac547ea3dbd1814e37dcb6ab14e40fe068ee2 (patch)
tree65526fcfd758dd0aff945052aef08ecba996e2f5
parent4b50b292cc98534fb8c7cdf0ae5cb85862f7ebfc (diff)
Release 2024.07.082024.07.08
Created by: bashonly :ci skip all :ci run dl
-rw-r--r--Changelog.md9
-rw-r--r--yt_dlp/version.py6
2 files changed, 12 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md
index b5a829d94..6afab2835 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,15 @@
4# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master 4# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master
5--> 5-->
6 6
7### 2024.07.08
8
9#### Core changes
10- **jsinterp**: [Implement `Function.prototype` resolving for `call` and `apply`](https://github.com/yt-dlp/yt-dlp/commit/6c056ea7aeb03660281653a9668547f2548f194f) ([#10392](https://github.com/yt-dlp/yt-dlp/issues/10392)) by [Grub4K](https://github.com/Grub4K)
11
12#### Extractor changes
13- **soundcloud**: [Fix rate-limit handling](https://github.com/yt-dlp/yt-dlp/commit/4b50b292cc98534fb8c7cdf0ae5cb85862f7ebfc) ([#10389](https://github.com/yt-dlp/yt-dlp/issues/10389)) by [bashonly](https://github.com/bashonly)
14- **youtube**: [Fix JS `n` function name extraction](https://github.com/yt-dlp/yt-dlp/commit/297b0a379282a15c80d82d51f3757c961db2dae1) ([#10390](https://github.com/yt-dlp/yt-dlp/issues/10390)) by [bashonly](https://github.com/bashonly), [seproDev](https://github.com/seproDev)
15
7### 2024.07.07 16### 2024.07.07
8 17
9#### Important changes 18#### Important changes
diff --git a/yt_dlp/version.py b/yt_dlp/version.py
index 323b54c37..ffccd7c0f 100644
--- a/yt_dlp/version.py
+++ b/yt_dlp/version.py
@@ -1,8 +1,8 @@
1# Autogenerated by devscripts/update-version.py 1# Autogenerated by devscripts/update-version.py
2 2
3__version__ = '2024.07.07' 3__version__ = '2024.07.08'
4 4
5RELEASE_GIT_HEAD = 'b337d2989ce0614651d363383f6f743d977248ef' 5RELEASE_GIT_HEAD = '4b50b292cc98534fb8c7cdf0ae5cb85862f7ebfc'
6 6
7VARIANT = None 7VARIANT = None
8 8
@@ -12,4 +12,4 @@ CHANNEL = 'stable'
12 12
13ORIGIN = 'yt-dlp/yt-dlp' 13ORIGIN = 'yt-dlp/yt-dlp'
14 14
15_pkg_version = '2024.07.07' 15_pkg_version = '2024.07.08'