Skip to content

Commit

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

:ci skip all :ci run dl
  • Loading branch information
github-actions[bot] committed Apr 19, 2024
1 parent c9ce57d commit 3a757f3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Expand Up @@ -4,6 +4,16 @@
# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master
-->

### 2024.04.19.040726

#### Extractor changes
- **afreecatv**: live: [Add `cdn` extractor-arg](https://github.com/yt-dlp/yt-dlp/commit/315b3544296bb83012e20ee3af9d3cbf5600dd1c) ([#9666](https://github.com/yt-dlp/yt-dlp/issues/9666)) by [bashonly](https://github.com/bashonly)
- **jiosaavn**: [Extract via API and fix playlists](https://github.com/yt-dlp/yt-dlp/commit/0c21c53885cf03f4040467ae8c44d7ff51016116) ([#9656](https://github.com/yt-dlp/yt-dlp/issues/9656)) by [bashonly](https://github.com/bashonly)
- **patreon**: [Fix Vimeo embed extraction](https://github.com/yt-dlp/yt-dlp/commit/c9ce57d9bf51541da2381d99bc096a9d0ddf1f27) ([#9712](https://github.com/yt-dlp/yt-dlp/issues/9712)) by [bashonly](https://github.com/bashonly)

#### Misc. changes
- **build**: [Normalize `curl_cffi` group to `curl-cffi`](https://github.com/yt-dlp/yt-dlp/commit/02483bea1c4dbe1bace8ca4d19700104fbb8a00f) ([#9698](https://github.com/yt-dlp/yt-dlp/issues/9698)) by [bashonly](https://github.com/bashonly)

### 2024.04.09

#### Important changes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -302,10 +302,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
@@ -1,15 +1,15 @@
# Autogenerated by devscripts/update-version.py

__version__ = '2024.04.09'
__version__ = '2024.04.19.040726'

RELEASE_GIT_HEAD = 'ff07792676f404ffff6ee61b5638c9dc1a33a37a'
RELEASE_GIT_HEAD = 'c9ce57d9bf51541da2381d99bc096a9d0ddf1f27'

VARIANT = None

UPDATE_HINT = None

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

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

_pkg_version = '2024.04.09'
_pkg_version = '2024.04.19.040726'

0 comments on commit 3a757f3

Please sign in to comment.