Skip to content

Commit 05f9aaa

Browse files
Release 2025.08.24.021254
Created by: lockmatrix :ci skip all
1 parent 43c098b commit 05f9aaa

File tree

4 files changed

+23
-9
lines changed

4 files changed

+23
-9
lines changed

Changelog.md

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

7+
### 2025.08.24.021254
8+
9+
#### Core changes
10+
- [custom](https://github.com/yt-dlp/yt-dlp/commit/43c098bf8aeb2cd94a3dc081f49e43449362e8a9) by [pukkandan](https://github.com/pukkandan)
11+
12+
#### Extractor changes
13+
- **youtube**
14+
- [Add `tcc` player JS variant](https://github.com/yt-dlp/yt-dlp/commit/8f4a908300f55054bc96814bceeaa1034fdf4110) ([#14134](https://github.com/yt-dlp/yt-dlp/issues/14134)) by [bashonly](https://github.com/bashonly)
15+
- [Player client maintenance](https://github.com/yt-dlp/yt-dlp/commit/3bd91544122142a87863d79e54e995c26cfd7f92) ([#14135](https://github.com/yt-dlp/yt-dlp/issues/14135)) by [bashonly](https://github.com/bashonly)
16+
717
### 2025.08.22
818

919
#### Core changes

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,10 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
293293
--no-update Do not check for updates (default)
294294
--update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version.
295295
CHANNEL can be a repository as well. CHANNEL
296-
and TAG default to "stable" and "latest"
297-
respectively if omitted; See "UPDATE" for
298-
details. Supported channels: stable,
299-
nightly, master
296+
and TAG default to "lockmatrix/yt-dlp" and
297+
"latest" respectively if omitted; See
298+
"UPDATE" for details. Supported channels:
299+
stable, nightly, master
300300
-i, --ignore-errors Ignore download and postprocessing errors.
301301
The download will be considered successful
302302
even if the postprocessing fails
@@ -598,6 +598,9 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
598598
option multiple times to give different
599599
arguments to different downloaders (Alias:
600600
--external-downloader-args)
601+
--selenium-browner-timeout NUMBER
602+
--selenium-browner-no-headless
603+
--selenium-browner-headless
601604

602605
## Filesystem Options:
603606
-a, --batch-file FILE File containing URLs to download ("-" for

supportedsites.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,6 +1752,7 @@ The only reliable way to check if a site is supported is to try it.
17521752
- **XHamsterEmbed**
17531753
- **XHamsterUser**
17541754
- **XiaoHongShu**: 小红书
1755+
- **XiaoYuZhou**: 小宇宙
17551756
- **ximalaya**: 喜马拉雅FM
17561757
- **ximalaya:album**: 喜马拉雅FM 专辑
17571758
- **Xinpianchang**: 新片场

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__ = '2025.08.22'
3+
__version__ = '2025.08.24.021254'
44

5-
RELEASE_GIT_HEAD = '5c8bcfdbc638dfde13e93157637d8521413ed774'
5+
RELEASE_GIT_HEAD = '43c098bf8aeb2cd94a3dc081f49e43449362e8a9'
66

77
VARIANT = None
88

99
UPDATE_HINT = None
1010

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

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

15-
_pkg_version = '2025.08.22'
15+
_pkg_version = '2025.08.24.021254'

0 commit comments

Comments
 (0)