From c388cef57aa1fe249eea19119299d8cbd2ceedbd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 06:27:08 +0000 Subject: [PATCH] Release 2024.08.07.062704 Created by: mattd233 :ci skip all :ci run dl --- CONTRIBUTORS | 1 + Changelog.md | 16 ++++++++++++++++ README.md | 8 ++++---- yt_dlp/version.py | 10 +++++----- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2180ecfe202c..b010fa24f376 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -655,3 +655,4 @@ iancmy mokrueger luvyana szantnerb +hugepower diff --git a/Changelog.md b/Changelog.md index 73bf828a6062..36794e52c1f3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,22 @@ # To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master --> +### 2024.08.07.062704 + +#### Core changes +- [Actually use the result](https://github.com/yt-dlp/yt-dlp/commit/5b1ca3b508652644959fe18f3cb61bc550c28f84) by [pukkandan](https://github.com/pukkandan) +- [Don't check for poToken warning if token passed](https://github.com/yt-dlp/yt-dlp/commit/bbbe552df00c02713c6b5e9951c58581ac216c10) by [pukkandan](https://github.com/pukkandan) +- [Don't retry if po_token is passed](https://github.com/yt-dlp/yt-dlp/commit/7d5e16487f34f5e58302d3d8ba8d23ea0c6b7f56) by [pukkandan](https://github.com/pukkandan) +- [Fix func location](https://github.com/yt-dlp/yt-dlp/commit/6a3514ce23dfef4874eb9d1597fc90c27cc8620e) by [pukkandan](https://github.com/pukkandan) +- [Set pot in url](https://github.com/yt-dlp/yt-dlp/commit/95538872740f7cc2c094c422195f8c8eadb41c80) by [pukkandan](https://github.com/pukkandan) +- [Simplify](https://github.com/yt-dlp/yt-dlp/commit/d9cc6e8c0e2a098ed2f6b370b71ca057974c41ff) by [pukkandan](https://github.com/pukkandan) +- [Simplify more](https://github.com/yt-dlp/yt-dlp/commit/79b7a787a01c9f808e3bfe3c8fd1ee6f451383f3) by [pukkandan](https://github.com/pukkandan) + +#### Extractor changes +- **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) +- **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) +- **youtube**: [Add `visitor_data` and `po_token` extractor-arg](https://github.com/yt-dlp/yt-dlp/commit/f2bee4005bc001e30e2dd680b231e918548532a5) by [pukkandan](https://github.com/pukkandan) + ### 2024.08.01 #### Core changes diff --git a/README.md b/README.md index 354b8d83ed16..782dd9c61612 100644 --- a/README.md +++ b/README.md @@ -301,10 +301,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 "viviedu/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 81d1c2c963d3..e7d2e557a44b 100644 --- a/yt_dlp/version.py +++ b/yt_dlp/version.py @@ -1,15 +1,15 @@ # Autogenerated by devscripts/update-version.py -__version__ = '2024.08.01' +__version__ = '2024.08.07.062704' -RELEASE_GIT_HEAD = 'ffd7781d6588926f820b44a34b9e6e3068fb9f97' +RELEASE_GIT_HEAD = '5b1ca3b508652644959fe18f3cb61bc550c28f84' VARIANT = None UPDATE_HINT = None -CHANNEL = 'stable' +CHANNEL = 'viviedu/yt-dlp' -ORIGIN = 'yt-dlp/yt-dlp' +ORIGIN = 'viviedu/yt-dlp' -_pkg_version = '2024.08.01' +_pkg_version = '2024.08.07.062704'