Skip to content

Commit 0f54940

Browse files
Release 2024.12.18
Created by: observeroftime01 :ci skip all
1 parent bbe43f4 commit 0f54940

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

Changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
# To create a release, dispatch the https://github.com/yt-dlp/yt-dlp/actions/workflows/release.yml workflow on master
55
-->
66

7+
### 2024.12.18
8+
9+
#### Core changes
10+
- [Merge branch 'yt-dlp:master' into master](https://github.com/yt-dlp/yt-dlp/commit/bbe43f4f93173cac7586a5213d5d1006fda39cbb) by [pukkandan](https://github.com/pukkandan)
11+
- **update**
12+
- [Check 64-bitness when upgrading ARM builds](https://github.com/yt-dlp/yt-dlp/commit/b91c3925c2059970daa801cb131c0c2f4f302e72) ([#11819](https://github.com/yt-dlp/yt-dlp/issues/11819)) by [bashonly](https://github.com/bashonly)
13+
- [Fix endless update loop for `linux_exe` builds](https://github.com/yt-dlp/yt-dlp/commit/3d3ee458c1fe49dd5ebd7651a092119d23eb7000) ([#11827](https://github.com/yt-dlp/yt-dlp/issues/11827)) by [bashonly](https://github.com/bashonly)
14+
15+
#### Extractor changes
16+
- **soundcloud**: [Various fixes](https://github.com/yt-dlp/yt-dlp/commit/d298693b1b266d198e8eeecb90ea17c4a031268f) ([#11820](https://github.com/yt-dlp/yt-dlp/issues/11820)) by [bashonly](https://github.com/bashonly)
17+
- **youtube**
18+
- [Add age-gate workaround for some embeddable videos](https://github.com/yt-dlp/yt-dlp/commit/09a6c687126f04e243fcb105a828787efddd1030) ([#11821](https://github.com/yt-dlp/yt-dlp/issues/11821)) by [bashonly](https://github.com/bashonly)
19+
- [Fix `uploader_id` extraction](https://github.com/yt-dlp/yt-dlp/commit/1a8851b689763e5173b96f70f8a71df0e4a44b66) ([#11818](https://github.com/yt-dlp/yt-dlp/issues/11818)) by [bashonly](https://github.com/bashonly)
20+
721
### 2024.12.13
822

923
#### Extractor changes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,10 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git
288288
--no-update Do not check for updates (default)
289289
--update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version.
290290
CHANNEL can be a repository as well. CHANNEL
291-
and TAG default to "stable" and "latest"
292-
respectively if omitted; See "UPDATE" for
293-
details. Supported channels: stable,
294-
nightly, master
291+
and TAG default to "observeroftime01/yt-dlp"
292+
and "latest" respectively if omitted; See
293+
"UPDATE" for details. Supported channels:
294+
stable, nightly, master
295295
-i, --ignore-errors Ignore download and postprocessing errors.
296296
The download will be considered successful
297297
even if the postprocessing fails

yt_dlp/version.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Autogenerated by devscripts/update-version.py
22

3-
__version__ = '2024.12.13'
3+
__version__ = '2024.12.18'
44

5-
RELEASE_GIT_HEAD = '54216696261bc07cacd9a837c501d9e0b7fed09e'
5+
RELEASE_GIT_HEAD = 'bbe43f4f93173cac7586a5213d5d1006fda39cbb'
66

77
VARIANT = None
88

99
UPDATE_HINT = None
1010

11-
CHANNEL = 'stable'
11+
CHANNEL = 'observeroftime01/yt-dlp'
1212

13-
ORIGIN = 'yt-dlp/yt-dlp'
13+
ORIGIN = 'observeroftime01/yt-dlp'
1414

15-
_pkg_version = '2024.12.13'
15+
_pkg_version = '2024.12.18'

0 commit comments

Comments
 (0)