Skip to content

Commit

Permalink
Release 2024.01.08.031124
Browse files Browse the repository at this point in the history
Created by: observeroftime01

:ci skip all :ci run dl
  • Loading branch information
github-actions[bot] committed Jan 8, 2024
1 parent d895e94 commit d1b2c89
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -542,3 +542,6 @@ prettykool
S-Aarab
sonmezberkay
TSRBerry
antonkesy
DmitryScaletta
RalphORama
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master
-->

### 2024.01.08.031124

#### Core changes
- [Merge branch 'yt-dlp:master' into master](https://github.com/yt-dlp/yt-dlp/commit/f4bea1430a19ec5778bbc22c5bed85b57aff91c9) by [pukkandan](https://github.com/pukkandan)
- [Merge branch 'yt-dlp:master' into master](https://github.com/yt-dlp/yt-dlp/commit/d895e9423dc8709c66403f5c778234ee40accf2c) by [pukkandan](https://github.com/pukkandan)
- **cookies**: [Fix `--cookies-from-browser` with macOS Firefox profiles](https://github.com/yt-dlp/yt-dlp/commit/85b33f5c163f60dbd089a6b9bc2ba1366d3ddf93) ([#8909](https://github.com/yt-dlp/yt-dlp/issues/8909)) by [RalphORama](https://github.com/RalphORama)
- **utils**: `traverse_obj`: [Support `xml.etree.ElementTree.Element`](https://github.com/yt-dlp/yt-dlp/commit/ffbd4f2a02fee387ea5e0a267ce32df5259111ac) ([#8911](https://github.com/yt-dlp/yt-dlp/issues/8911)) by [Grub4K](https://github.com/Grub4K)

#### Extractor changes
- **ard**: mediathek: [Revert to using old id](https://github.com/yt-dlp/yt-dlp/commit/b6951271ac014761c9c317b9cecd5e8e139cfa7c) ([#8916](https://github.com/yt-dlp/yt-dlp/issues/8916)) by [Grub4K](https://github.com/Grub4K)
- **bigo**: [Fix JSON extraction](https://github.com/yt-dlp/yt-dlp/commit/85a2d07c1f82c2082b568963d1c32ad3fc848f61) ([#8893](https://github.com/yt-dlp/yt-dlp/issues/8893)) by [DmitryScaletta](https://github.com/DmitryScaletta)

#### Misc. changes
- **cleanup**: [Fix typo in README.md](https://github.com/yt-dlp/yt-dlp/commit/292d60b1ed3b9fe5bcb2775a894cca99b0f9473e) ([#8894](https://github.com/yt-dlp/yt-dlp/issues/8894)) by [antonkesy](https://github.com/antonkesy)

### 2023.12.30

#### Core changes
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,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 "observeroftime01/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__ = '2023.12.30'
__version__ = '2024.01.08.031124'

RELEASE_GIT_HEAD = 'f10589e3453009bb523f55849bba144c9b91cf2a'
RELEASE_GIT_HEAD = 'd895e9423dc8709c66403f5c778234ee40accf2c'

VARIANT = None

UPDATE_HINT = None

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

ORIGIN = 'yt-dlp/yt-dlp'
ORIGIN = 'observeroftime01/yt-dlp'

_pkg_version = '2023.12.30'
_pkg_version = '2024.01.08.031124'

0 comments on commit d1b2c89

Please sign in to comment.