From d1b2c89fa1b25d1b238a8fb9b2ee2363e6d13192 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 03:11:27 +0000 Subject: [PATCH] Release 2024.01.08.031124 Created by: observeroftime01 :ci skip all :ci run dl --- CONTRIBUTORS | 3 +++ Changelog.md | 15 +++++++++++++++ README.md | 8 ++++---- yt_dlp/version.py | 10 +++++----- 4 files changed, 27 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index adcc92144427..bb931c6b7d85 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -542,3 +542,6 @@ prettykool S-Aarab sonmezberkay TSRBerry +antonkesy +DmitryScaletta +RalphORama diff --git a/Changelog.md b/Changelog.md index 30de9072e032..f20bda7ec0b3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,21 @@ # To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master --> +### 2024.01.08.031124 + +#### Core changes +- [Merge branch 'yt-dlp:master' into master](https://github.com/yt-dlp/yt-dlp/commit/f4bea1430a19ec5778bbc22c5bed85b57aff91c9) by [pukkandan](https://github.com/pukkandan) +- [Merge branch 'yt-dlp:master' into master](https://github.com/yt-dlp/yt-dlp/commit/d895e9423dc8709c66403f5c778234ee40accf2c) by [pukkandan](https://github.com/pukkandan) +- **cookies**: [Fix `--cookies-from-browser` with macOS Firefox profiles](https://github.com/yt-dlp/yt-dlp/commit/85b33f5c163f60dbd089a6b9bc2ba1366d3ddf93) ([#8909](https://github.com/yt-dlp/yt-dlp/issues/8909)) by [RalphORama](https://github.com/RalphORama) +- **utils**: `traverse_obj`: [Support `xml.etree.ElementTree.Element`](https://github.com/yt-dlp/yt-dlp/commit/ffbd4f2a02fee387ea5e0a267ce32df5259111ac) ([#8911](https://github.com/yt-dlp/yt-dlp/issues/8911)) by [Grub4K](https://github.com/Grub4K) + +#### Extractor changes +- **ard**: mediathek: [Revert to using old id](https://github.com/yt-dlp/yt-dlp/commit/b6951271ac014761c9c317b9cecd5e8e139cfa7c) ([#8916](https://github.com/yt-dlp/yt-dlp/issues/8916)) by [Grub4K](https://github.com/Grub4K) +- **bigo**: [Fix JSON extraction](https://github.com/yt-dlp/yt-dlp/commit/85a2d07c1f82c2082b568963d1c32ad3fc848f61) ([#8893](https://github.com/yt-dlp/yt-dlp/issues/8893)) by [DmitryScaletta](https://github.com/DmitryScaletta) + +#### Misc. changes +- **cleanup**: [Fix typo in README.md](https://github.com/yt-dlp/yt-dlp/commit/292d60b1ed3b9fe5bcb2775a894cca99b0f9473e) ([#8894](https://github.com/yt-dlp/yt-dlp/issues/8894)) by [antonkesy](https://github.com/antonkesy) + ### 2023.12.30 #### Core changes diff --git a/README.md b/README.md index c4a536ac1664..565701dd74d7 100644 --- a/README.md +++ b/README.md @@ -377,10 +377,10 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git --no-update Do not check for updates (default) --update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version. CHANNEL can be a repository as well. CHANNEL - and TAG default to "stable" and "latest" - respectively if omitted; See "UPDATE" for - details. Supported channels: stable, - nightly, master + and TAG default to "observeroftime01/yt-dlp" + and "latest" respectively if omitted; See + "UPDATE" for details. Supported channels: + stable, nightly, master -i, --ignore-errors Ignore download and postprocessing errors. The download will be considered successful even if the postprocessing fails diff --git a/yt_dlp/version.py b/yt_dlp/version.py index 687ef8788f78..7607edbdb9ff 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,15 +1,15 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2023.12.30' +__version__ = '2024.01.08.031124' -RELEASE_GIT_HEAD = 'f10589e3453009bb523f55849bba144c9b91cf2a' +RELEASE_GIT_HEAD = 'd895e9423dc8709c66403f5c778234ee40accf2c' VARIANT = None UPDATE_HINT = None -CHANNEL = 'stable' +CHANNEL = 'observeroftime01/yt-dlp' -ORIGIN = 'yt-dlp/yt-dlp' +ORIGIN = 'observeroftime01/yt-dlp' -_pkg_version = '2023.12.30' +_pkg_version = '2024.01.08.031124'