Skip to content

Commit 5763bfc

Browse files
Release 2025.06.28.114710
Created by: lockmatrix :ci skip all
1 parent 89560e5 commit 5763bfc

File tree

5 files changed

+28
-10
lines changed

5 files changed

+28
-10
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,3 +781,4 @@ maxbin123
781781
nullpos
782782
anlar
783783
eason1478
784+
chauhantirth

Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
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.06.28.114710
8+
9+
#### Core changes
10+
- [custom](https://github.com/yt-dlp/yt-dlp/commit/89560e5f8f64dd4dcd9d2c26a1659bb84fe20615) by [pukkandan](https://github.com/pukkandan)
11+
12+
#### Extractor changes
13+
- **bilibilispacevideo**: [Extract hidden-mode collections as playlists](https://github.com/yt-dlp/yt-dlp/commit/99b85ac102047446e6adf5b62bfc3c8d80b53778) ([#13533](https://github.com/yt-dlp/yt-dlp/issues/13533)) by [c-basalt](https://github.com/c-basalt)
14+
- **hotstar**
15+
- [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/b5bd057fe86550f3aa67f2fc8790d1c6a251c57b) ([#13530](https://github.com/yt-dlp/yt-dlp/issues/13530)) by [bashonly](https://github.com/bashonly), [chauhantirth](https://github.com/chauhantirth)
16+
- [Fix metadata extraction](https://github.com/yt-dlp/yt-dlp/commit/0a6b1044899f452cd10b6c7a6b00fa985a9a8b97) ([#13560](https://github.com/yt-dlp/yt-dlp/issues/13560)) by [bashonly](https://github.com/bashonly)
17+
- [Raise for login required](https://github.com/yt-dlp/yt-dlp/commit/5e292baad62c749b6c340621ab2d0f904165ddfb) ([#10405](https://github.com/yt-dlp/yt-dlp/issues/10405)) by [bashonly](https://github.com/bashonly)
18+
- **niconico**: live: [Fix extractor and downloader](https://github.com/yt-dlp/yt-dlp/commit/06c1a8cdffe14050206683253726875144192ef5) ([#13158](https://github.com/yt-dlp/yt-dlp/issues/13158)) by [doe1080](https://github.com/doe1080)
19+
720
### 2025.06.25
821

922
#### Extractor changes

README.md

Lines changed: 7 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 "lockmatrix/yt-dlp" and
292+
"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
@@ -593,6 +593,9 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git
593593
option multiple times to give different
594594
arguments to different downloaders (Alias:
595595
--external-downloader-args)
596+
--selenium-browner-timeout NUMBER
597+
--selenium-browner-no-headless
598+
--selenium-browner-headless
596599

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

supportedsites.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ The only reliable way to check if a site is supported is to try it.
575575
- **HollywoodReporterPlaylist**
576576
- **Holodex**
577577
- **HotNewHipHop**: (**Currently broken**)
578-
- **hotstar**
578+
- **hotstar**: JioHotstar
579579
- **hotstar:playlist**
580580
- **hotstar:season**
581581
- **hotstar:series**
@@ -1772,6 +1772,7 @@ The only reliable way to check if a site is supported is to try it.
17721772
- **XHamsterEmbed**
17731773
- **XHamsterUser**
17741774
- **XiaoHongShu**: 小红书
1775+
- **XiaoYuZhou**: 小宇宙
17751776
- **ximalaya**: 喜马拉雅FM
17761777
- **ximalaya:album**: 喜马拉雅FM 专辑
17771778
- **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.06.25'
3+
__version__ = '2025.06.28.114710'
44

5-
RELEASE_GIT_HEAD = '1838a1ce5d4ade80770ba9162eaffc9a1607dc70'
5+
RELEASE_GIT_HEAD = '89560e5f8f64dd4dcd9d2c26a1659bb84fe20615'
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.06.25'
15+
_pkg_version = '2025.06.28.114710'

0 commit comments

Comments
 (0)