Skip to content

Commit

Permalink
Release 2024.10.05.183637
Browse files Browse the repository at this point in the history
Created by: nicolaasjan

:ci skip all
  • Loading branch information
github-actions[bot] committed Oct 5, 2024
1 parent e59c82a commit 560e180
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -673,3 +673,4 @@ rakslice
sahilsinghss73
tony-hn
xingchensong
coreywright
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master
-->

### 2024.10.05.183637

#### Core changes
- **cookies**: [Fix cookie load error handling](https://github.com/yt-dlp/yt-dlp/commit/e59c82a74cda5139eb3928c75b0bd45484dbe7f0) ([#11140](https://github.com/yt-dlp/yt-dlp/issues/11140)) by [Grub4K](https://github.com/Grub4K)

#### Extractor changes
- **applepodcasts**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/6328e2e67a4e126e08af382e6a387073082d5c5f) ([#10903](https://github.com/yt-dlp/yt-dlp/issues/10903)) by [coreywright](https://github.com/coreywright)
- **patreon**: [Extract all m3u8 formats for locked posts](https://github.com/yt-dlp/yt-dlp/commit/f91645aceaf13926cf35be2c1dfef61b3aab97fb) ([#11138](https://github.com/yt-dlp/yt-dlp/issues/11138)) by [bashonly](https://github.com/bashonly)

#### Misc. changes
- **ci**: [Rerun failed tests](https://github.com/yt-dlp/yt-dlp/commit/b31b81d85f00601710d4fac590c3e4efb4133283) ([#11143](https://github.com/yt-dlp/yt-dlp/issues/11143)) by [pukkandan](https://github.com/pukkandan)

### 2024.09.27

#### Important changes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "nicolaasjan/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
Expand Down
10 changes: 5 additions & 5 deletions yt_dlp/version.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Autogenerated by devscripts/update-version.py

__version__ = '2024.09.27'
__version__ = '2024.10.05.183637'

RELEASE_GIT_HEAD = 'c6387abc1af9842bb0541288a5610abba9b1ab51'
RELEASE_GIT_HEAD = 'e59c82a74cda5139eb3928c75b0bd45484dbe7f0'

VARIANT = None

UPDATE_HINT = None

CHANNEL = 'stable'
CHANNEL = 'nicolaasjan/yt-dlp'

ORIGIN = 'yt-dlp/yt-dlp'
ORIGIN = 'nicolaasjan/yt-dlp'

_pkg_version = '2024.09.27'
_pkg_version = '2024.10.05.183637'

0 comments on commit 560e180

Please sign in to comment.