Skip to content

Commit 8ebd25c

Browse files
Release 2025.09.24.132430
Created by: lockmatrix :ci skip all
1 parent dddcd45 commit 8ebd25c

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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.09.24.132430
8+
9+
#### Core changes
10+
- [cleanup workflow](https://github.com/yt-dlp/yt-dlp/commit/dddcd45bde876f4da762053b50df74194ed18062) by [pukkandan](https://github.com/pukkandan)
11+
- [git statuscustom](https://github.com/yt-dlp/yt-dlp/commit/19529db4ccb9937db4ff76cf721a27fed4817d3f) by [pukkandan](https://github.com/pukkandan)
12+
713
### 2025.09.23
814

915
#### Important changes

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,10 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
308308
--no-update Do not check for updates (default)
309309
--update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version.
310310
CHANNEL can be a repository as well. CHANNEL
311-
and TAG default to "stable" and "latest"
312-
respectively if omitted; See "UPDATE" for
313-
details. Supported channels: stable,
314-
nightly, master
311+
and TAG default to "lockmatrix/yt-dlp" and
312+
"latest" respectively if omitted; See
313+
"UPDATE" for details. Supported channels:
314+
stable, nightly, master
315315
-i, --ignore-errors Ignore download and postprocessing errors.
316316
The download will be considered successful
317317
even if the postprocessing fails
@@ -610,6 +610,9 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
610610
option multiple times to give different
611611
arguments to different downloaders (Alias:
612612
--external-downloader-args)
613+
--selenium-browner-timeout NUMBER
614+
--selenium-browner-no-headless
615+
--selenium-browner-headless
613616

614617
## Filesystem Options:
615618
-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
@@ -1745,6 +1745,7 @@ The only reliable way to check if a site is supported is to try it.
17451745
- **XHamsterEmbed**
17461746
- **XHamsterUser**
17471747
- **XiaoHongShu**: 小红书
1748+
- **XiaoYuZhou**: 小宇宙
17481749
- **ximalaya**: 喜马拉雅FM
17491750
- **ximalaya:album**: 喜马拉雅FM 专辑
17501751
- **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.09.23'
3+
__version__ = '2025.09.24.132430'
44

5-
RELEASE_GIT_HEAD = '2e81e298cdce23afadb06a95836284acb38f7018'
5+
RELEASE_GIT_HEAD = 'dddcd45bde876f4da762053b50df74194ed18062'
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.09.23'
15+
_pkg_version = '2025.09.24.132430'

0 commit comments

Comments
 (0)