Skip to content

Commit 56860f8

Browse files
Release 2025.09.07.131141
Created by: lockmatrix :ci skip all
1 parent 5c2c848 commit 56860f8

File tree

5 files changed

+29
-9
lines changed

5 files changed

+29
-9
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,3 +808,4 @@ Randalix
808808
runarmod
809809
gitchasing
810810
zakaryan2004
811+
cdce8p

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
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.07.131141
8+
9+
#### Core changes
10+
- [cleanup workflow](https://github.com/yt-dlp/yt-dlp/commit/5c2c848a0dc5281b187bd91e9a74fce693fb000f) by [pukkandan](https://github.com/pukkandan)
11+
- [custom](https://github.com/yt-dlp/yt-dlp/commit/b72273d68bb313378dd59d327eb5897fb17c67e7) by [pukkandan](https://github.com/pukkandan)
12+
- **compat**: [Add `compat_datetime_from_timestamp`](https://github.com/yt-dlp/yt-dlp/commit/6a763a55d8a93b2a964ecf7699248ad342485412) ([#11902](https://github.com/yt-dlp/yt-dlp/issues/11902)) by [pzhlkj6612](https://github.com/pzhlkj6612), [seproDev](https://github.com/seproDev)
13+
14+
#### Misc. changes
15+
- **build**
16+
- [Fix cache warmer](https://github.com/yt-dlp/yt-dlp/commit/8597a4331e8535a246d777bb8397bdcab251766c) ([#14261](https://github.com/yt-dlp/yt-dlp/issues/14261)) by [bashonly](https://github.com/bashonly)
17+
- [Post-release workflow cleanup](https://github.com/yt-dlp/yt-dlp/commit/cd94e7004036e0149d7d3fa236c7dd44cf460788) ([#14250](https://github.com/yt-dlp/yt-dlp/issues/14250)) by [bashonly](https://github.com/bashonly)
18+
- [Use SPDX license identifier](https://github.com/yt-dlp/yt-dlp/commit/48a214bef4bfd5984362d3d24b09dce50ba449ea) ([#14260](https://github.com/yt-dlp/yt-dlp/issues/14260)) by [cdce8p](https://github.com/cdce8p)
19+
- **ci**: [Test and lint workflows](https://github.com/yt-dlp/yt-dlp/commit/7c9b10ebc83907d37f9f65ea9d4bd6f5e3bd1371) ([#14249](https://github.com/yt-dlp/yt-dlp/issues/14249)) by [bashonly](https://github.com/bashonly)
20+
- **docs**: [Clarify license of PyInstaller-bundled executables](https://github.com/yt-dlp/yt-dlp/commit/e6e6b512141e66b1b36058966804fe59c02a2b4d) ([#14257](https://github.com/yt-dlp/yt-dlp/issues/14257)) by [seproDev](https://github.com/seproDev)
21+
722
### 2025.09.05
823

924
#### Core changes

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
310310
--no-update Do not check for updates (default)
311311
--update-to [CHANNEL]@[TAG] Upgrade/downgrade to a specific version.
312312
CHANNEL can be a repository as well. CHANNEL
313-
and TAG default to "stable" and "latest"
314-
respectively if omitted; See "UPDATE" for
315-
details. Supported channels: stable,
316-
nightly, master
313+
and TAG default to "lockmatrix/yt-dlp" and
314+
"latest" respectively if omitted; See
315+
"UPDATE" for details. Supported channels:
316+
stable, nightly, master
317317
-i, --ignore-errors Ignore download and postprocessing errors.
318318
The download will be considered successful
319319
even if the postprocessing fails
@@ -615,6 +615,9 @@ Tip: Use `CTRL`+`F` (or `Command`+`F`) to search by keywords
615615
option multiple times to give different
616616
arguments to different downloaders (Alias:
617617
--external-downloader-args)
618+
--selenium-browner-timeout NUMBER
619+
--selenium-browner-no-headless
620+
--selenium-browner-headless
618621

619622
## Filesystem Options:
620623
-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
@@ -1754,6 +1754,7 @@ The only reliable way to check if a site is supported is to try it.
17541754
- **XHamsterEmbed**
17551755
- **XHamsterUser**
17561756
- **XiaoHongShu**: 小红书
1757+
- **XiaoYuZhou**: 小宇宙
17571758
- **ximalaya**: 喜马拉雅FM
17581759
- **ximalaya:album**: 喜马拉雅FM 专辑
17591760
- **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.05'
3+
__version__ = '2025.09.07.131141'
44

5-
RELEASE_GIT_HEAD = '50136eeeb3767289b236f140b759f23b39b00888'
5+
RELEASE_GIT_HEAD = '5c2c848a0dc5281b187bd91e9a74fce693fb000f'
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.05'
15+
_pkg_version = '2025.09.07.131141'

0 commit comments

Comments
 (0)