aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS2
-rw-r--r--Changelog.md15
-rw-r--r--yt_dlp/version.py6
3 files changed, 20 insertions, 3 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 2180ecfe2..489ab7da8 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -655,3 +655,5 @@ iancmy
655mokrueger 655mokrueger
656luvyana 656luvyana
657szantnerb 657szantnerb
658hugepower
659scribblemaniac
diff --git a/Changelog.md b/Changelog.md
index 73bf828a6..0b96ab29c 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,21 @@
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.08.06
8
9#### Core changes
10- **jsinterp**: [Improve `slice` implementation](https://github.com/yt-dlp/yt-dlp/commit/bb8bf1db993f59752d20b73b861bd55e40cf0e31) ([#10664](https://github.com/yt-dlp/yt-dlp/issues/10664)) by [seproDev](https://github.com/seproDev)
11
12#### Extractor changes
13- **discoveryplusitaly**: [Support sport and olympics URLs](https://github.com/yt-dlp/yt-dlp/commit/e7d73bc4531ee3f91a46b15e218dcc1fbeb6226c) ([#10655](https://github.com/yt-dlp/yt-dlp/issues/10655)) by [bashonly](https://github.com/bashonly)
14- **gem.cbc.ca**: live: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/fc5eecfa31c9571b6031cc3968aaa0394be55d7a) ([#10565](https://github.com/yt-dlp/yt-dlp/issues/10565)) by [bashonly](https://github.com/bashonly), [scribblemaniac](https://github.com/scribblemaniac)
15- **niconico**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/4d9231208332d4c32364b8cd814bff8b20232cae) ([#10677](https://github.com/yt-dlp/yt-dlp/issues/10677)) by [bashonly](https://github.com/bashonly)
16- **olympics**: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/919540a9644e55deb78cdd6751757ec8fdaf76f4) ([#10625](https://github.com/yt-dlp/yt-dlp/issues/10625)) by [bashonly](https://github.com/bashonly)
17- **youku**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/0088c6de23d832b117061a33e984dc452d992e9c) ([#10626](https://github.com/yt-dlp/yt-dlp/issues/10626)) by [hugepower](https://github.com/hugepower)
18- **youtube**
19 - [Change default player clients to `ios,web_creator`](https://github.com/yt-dlp/yt-dlp/commit/406f4c2e47502fffc1b0c210b4ee6487c89a44cb) ([#10674](https://github.com/yt-dlp/yt-dlp/issues/10674)) by [bashonly](https://github.com/bashonly)
20 - [Fix `n` function name extraction for player `b12cc44b`](https://github.com/yt-dlp/yt-dlp/commit/c86891eb9434b4d7eec426d38c0c625b5e13cb2f) ([#10668](https://github.com/yt-dlp/yt-dlp/issues/10668)) by [seproDev](https://github.com/seproDev)
21
7### 2024.08.01 22### 2024.08.01
8 23
9#### Core changes 24#### Core changes
diff --git a/yt_dlp/version.py b/yt_dlp/version.py
index 81d1c2c96..6633a11b9 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.08.01' 3__version__ = '2024.08.06'
4 4
5RELEASE_GIT_HEAD = 'ffd7781d6588926f820b44a34b9e6e3068fb9f97' 5RELEASE_GIT_HEAD = '4d9231208332d4c32364b8cd814bff8b20232cae'
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.08.01' 15_pkg_version = '2024.08.06'