aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS2
-rw-r--r--Changelog.md16
-rw-r--r--supportedsites.md2
-rw-r--r--yt_dlp/version.py6
4 files changed, 22 insertions, 4 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index a89357275..7d0c5bdb8 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -644,3 +644,5 @@ peisenwang
644TheZ3ro 644TheZ3ro
645tippfehlr 645tippfehlr
646varunchopra 646varunchopra
647DrakoCpp
648PatrykMis
diff --git a/Changelog.md b/Changelog.md
index 64a0c47fb..b1eb6e367 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,22 @@
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.02
8
9#### Core changes
10- [Fix `--compat-opt allow-unsafe-ext`](https://github.com/yt-dlp/yt-dlp/commit/773bbb181506856ffda95496ab60c1c9603f1f71) ([#10336](https://github.com/yt-dlp/yt-dlp/issues/10336)) by [bashonly](https://github.com/bashonly), [rdamas](https://github.com/rdamas)
11
12#### Extractor changes
13- **banbye**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/7509791385ba88cb7ec0ab17e826681f4af4b66e) ([#10332](https://github.com/yt-dlp/yt-dlp/issues/10332)) by [PatrykMis](https://github.com/PatrykMis), [seproDev](https://github.com/seproDev)
14- **murrtube**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/6403530e2dfe259a87afe444708c4f3024cc45b8) ([#9249](https://github.com/yt-dlp/yt-dlp/issues/9249)) by [DrakoCpp](https://github.com/DrakoCpp)
15- **zaiko**: [Support JWT video URLs](https://github.com/yt-dlp/yt-dlp/commit/7799e518956387bb3c1064c9beae26eab8d5044a) ([#10130](https://github.com/yt-dlp/yt-dlp/issues/10130)) by [pzhlkj6612](https://github.com/pzhlkj6612)
16
17#### Postprocessor changes
18- **embedthumbnail**: [Fix embedding with mutagen](https://github.com/yt-dlp/yt-dlp/commit/d502f4c6d95b74896f40070d07229997f0850f31) ([#10337](https://github.com/yt-dlp/yt-dlp/issues/10337)) by [bashonly](https://github.com/bashonly)
19
20#### Misc. changes
21- **cleanup**: Miscellaneous: [93d33cb](https://github.com/yt-dlp/yt-dlp/commit/93d33cb29af9e2e84369ac43589d50ce8e0160ef) by [bashonly](https://github.com/bashonly)
22
7### 2024.07.01 23### 2024.07.01
8 24
9#### Important changes 25#### Important changes
diff --git a/supportedsites.md b/supportedsites.md
index 656366b4a..15fc496b5 100644
--- a/supportedsites.md
+++ b/supportedsites.md
@@ -839,7 +839,7 @@
839 - **MTVUutisetArticle**: (**Currently broken**) 839 - **MTVUutisetArticle**: (**Currently broken**)
840 - **MuenchenTV**: münchen.tv (**Currently broken**) 840 - **MuenchenTV**: münchen.tv (**Currently broken**)
841 - **MujRozhlas** 841 - **MujRozhlas**
842 - **Murrtube**: (**Currently broken**) 842 - **Murrtube**
843 - **MurrtubeUser**: Murrtube user profile (**Currently broken**) 843 - **MurrtubeUser**: Murrtube user profile (**Currently broken**)
844 - **MuseAI** 844 - **MuseAI**
845 - **MuseScore** 845 - **MuseScore**
diff --git a/yt_dlp/version.py b/yt_dlp/version.py
index 6e8fd3ae8..7581a3b21 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.01' 3__version__ = '2024.07.02'
4 4
5RELEASE_GIT_HEAD = '5ce582448ececb8d9c30c8c31f58330090ced03a' 5RELEASE_GIT_HEAD = '93d33cb29af9e2e84369ac43589d50ce8e0160ef'
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.01' 15_pkg_version = '2024.07.02'