Skip to content

Commit

Permalink
Release 2024.07.23.111800
Browse files Browse the repository at this point in the history
Created by: denizkoekden

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

### 2024.07.23.111800

#### Core changes
- [change test info](https://github.com/yt-dlp/yt-dlp/commit/2da55e564740ec306b15ad71474d647a4b727b52) by [pukkandan](https://github.com/pukkandan)
- [fix tests](https://github.com/yt-dlp/yt-dlp/commit/9b09be31d0b5898fd54f7abd4fcb15496edebdae) by [pukkandan](https://github.com/pukkandan)
- [fix tests](https://github.com/yt-dlp/yt-dlp/commit/23fc1167b3510942e10e1145ff1f6ef51f7bb22a) by [pukkandan](https://github.com/pukkandan)
- [implement changes for sinusbot](https://github.com/yt-dlp/yt-dlp/commit/e52dea51f4c952f3884bf21ba62eb3f422bdf827) by [pukkandan](https://github.com/pukkandan)
- [use working tests](https://github.com/yt-dlp/yt-dlp/commit/5bf516969d1659f1eee3a99df11bc71b8fbb8ed3) by [pukkandan](https://github.com/pukkandan)

### 2024.07.16

#### Core 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 "denizkoekden/yt-
dlp_sinusbot" 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.07.16'
__version__ = '2024.07.23.111800'

RELEASE_GIT_HEAD = '89a161e8c62569a662deda1c948664152efcb6b4'
RELEASE_GIT_HEAD = '23fc1167b3510942e10e1145ff1f6ef51f7bb22a'

VARIANT = None

UPDATE_HINT = None

CHANNEL = 'stable'
CHANNEL = 'denizkoekden/yt-dlp_sinusbot'

ORIGIN = 'yt-dlp/yt-dlp'
ORIGIN = 'denizkoekden/yt-dlp_sinusbot'

_pkg_version = '2024.07.16'
_pkg_version = '2024.07.23.111800'

0 comments on commit c345898

Please sign in to comment.