aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS1
-rw-r--r--Changelog.md11
-rw-r--r--yt_dlp/version.py6
3 files changed, 15 insertions, 3 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index b2a476bea..e0d1668ee 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -630,3 +630,4 @@ TuxCoder
630voidful 630voidful
631vtexier 631vtexier
632WyohKnott 632WyohKnott
633trueauracoral
diff --git a/Changelog.md b/Changelog.md
index 0d27f1a92..267330208 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,17 @@
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.05.27
8
9#### Extractor changes
10- [Fix parsing of base URL in SMIL manifest](https://github.com/yt-dlp/yt-dlp/commit/26603d0b34898818992bee4598e0607c07059511) ([#9225](https://github.com/yt-dlp/yt-dlp/issues/9225)) by [seproDev](https://github.com/seproDev)
11- **peertube**: [Support livestreams](https://github.com/yt-dlp/yt-dlp/commit/12b248ce60be1aa1362edd839d915bba70dbee4b) ([#10044](https://github.com/yt-dlp/yt-dlp/issues/10044)) by [bashonly](https://github.com/bashonly), [trueauracoral](https://github.com/trueauracoral)
12- **piksel**: [Update domain](https://github.com/yt-dlp/yt-dlp/commit/ae2194e1dd4a99d32eb3cab7c48a0ff03101ef3b) ([#9223](https://github.com/yt-dlp/yt-dlp/issues/9223)) by [seproDev](https://github.com/seproDev)
13- **tiktok**: user: [Fix extraction loop](https://github.com/yt-dlp/yt-dlp/commit/c53c2e40fde8f2e15c7c62f8ca1a5d9e90ddc079) ([#10035](https://github.com/yt-dlp/yt-dlp/issues/10035)) by [bashonly](https://github.com/bashonly)
14
15#### Misc. changes
16- **cleanup**: Miscellaneous: [5e3e19c](https://github.com/yt-dlp/yt-dlp/commit/5e3e19c93c52830da98d9d1ed84ea7a559efefbd) by [bashonly](https://github.com/bashonly)
17
7### 2024.05.26 18### 2024.05.26
8 19
9#### Core changes 20#### Core changes
diff --git a/yt_dlp/version.py b/yt_dlp/version.py
index 415dc0eaf..a90b288c9 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.05.26' 3__version__ = '2024.05.27'
4 4
5RELEASE_GIT_HEAD = 'ae2af1104f80caf2f47544763a33db2c17a3e1de' 5RELEASE_GIT_HEAD = '12b248ce60be1aa1362edd839d915bba70dbee4b'
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.05.26' 15_pkg_version = '2024.05.27'