Skip to content

Commit

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

:ci skip all
  • Loading branch information
github-actions[bot] committed Jan 1, 2025
1 parent 0b6b774 commit b36e81f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master
-->

### 2025.01.01.093014

#### Extractor changes
- **youtube**: [Fix DASH formats incorrectly skipped in some situations](https://github.com/yt-dlp/yt-dlp/commit/0b6b7742c2e7f2a1fcb0b54ef3dd484bab404b3f) ([#11910](https://github.com/yt-dlp/yt-dlp/issues/11910)) by [coletdjnz](https://github.com/coletdjnz)

### 2024.12.23

#### Core changes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,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.12.23'
__version__ = '2025.01.01.093014'

RELEASE_GIT_HEAD = '65cf46cddd873fd229dbb0fc0689bca4c201c6b6'
RELEASE_GIT_HEAD = '0b6b7742c2e7f2a1fcb0b54ef3dd484bab404b3f'

VARIANT = None

UPDATE_HINT = None

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

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

_pkg_version = '2024.12.23'
_pkg_version = '2025.01.01.093014'

0 comments on commit b36e81f

Please sign in to comment.