Skip to content

Commit 336b33e

Browse files
Release 2025.03.25
Created by: bashonly :ci skip all
1 parent 9dde546 commit 336b33e

File tree

4 files changed

+41
-11
lines changed

4 files changed

+41
-11
lines changed

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,3 +757,4 @@ rysson
757757
somini
758758
thedenv
759759
vallovic
760+
arabcoders

Changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@
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.03.25
8+
9+
#### Core changes
10+
- [Fix attribute error on failed VT init](https://github.com/yt-dlp/yt-dlp/commit/b872ffec50fd50f790a5a490e006a369a28a3df3) ([#12696](https://github.com/yt-dlp/yt-dlp/issues/12696)) by [Grub4K](https://github.com/Grub4K)
11+
- **utils**: `js_to_json`: [Make function less fatal](https://github.com/yt-dlp/yt-dlp/commit/9491b44032b330e05bd5eaa546187005d1e8538e) ([#12715](https://github.com/yt-dlp/yt-dlp/issues/12715)) by [seproDev](https://github.com/seproDev)
12+
13+
#### Extractor changes
14+
- [Fix sorting of HLS audio formats by `GROUP-ID`](https://github.com/yt-dlp/yt-dlp/commit/86ab79e1a5182092321102adf6ca34195803b878) ([#12714](https://github.com/yt-dlp/yt-dlp/issues/12714)) by [bashonly](https://github.com/bashonly)
15+
- **17live**: vod: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/3396eb50dcd245b49c0f4aecd6e80ec914095d16) ([#12723](https://github.com/yt-dlp/yt-dlp/issues/12723)) by [subrat-lima](https://github.com/subrat-lima)
16+
- **9now.com.au**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/9d5e6de2e7a47226d1f72c713ad45c88ba01db68) ([#12702](https://github.com/yt-dlp/yt-dlp/issues/12702)) by [bashonly](https://github.com/bashonly)
17+
- **chzzk**: video: [Fix extraction](https://github.com/yt-dlp/yt-dlp/commit/e2dfccaf808b406d5bcb7dd04ae9ce420752dd6f) ([#12692](https://github.com/yt-dlp/yt-dlp/issues/12692)) by [bashonly](https://github.com/bashonly), [dirkf](https://github.com/dirkf)
18+
- **deezer**: [Remove extractors](https://github.com/yt-dlp/yt-dlp/commit/be5af3f9e91747768c2b41157851bfbe14c663f7) ([#12704](https://github.com/yt-dlp/yt-dlp/issues/12704)) by [seproDev](https://github.com/seproDev)
19+
- **generic**: [Fix MPD base URL parsing](https://github.com/yt-dlp/yt-dlp/commit/5086d4aed6aeb3908c62f49e2d8f74cc0cb05110) ([#12718](https://github.com/yt-dlp/yt-dlp/issues/12718)) by [fireattack](https://github.com/fireattack)
20+
- **streaks**: [Add extractor](https://github.com/yt-dlp/yt-dlp/commit/801afeac91f97dc0b58cd39cc7e8c50f619dc4e1) ([#12679](https://github.com/yt-dlp/yt-dlp/issues/12679)) by [doe1080](https://github.com/doe1080)
21+
- **tver**: [Fix extractor](https://github.com/yt-dlp/yt-dlp/commit/66e0bab814e4a52ef3e12d81123ad992a29df50e) ([#12659](https://github.com/yt-dlp/yt-dlp/issues/12659)) by [arabcoders](https://github.com/arabcoders), [bashonly](https://github.com/bashonly)
22+
- **viki**: [Remove extractors](https://github.com/yt-dlp/yt-dlp/commit/fe4f14b8369038e7c58f7de546d76de1ce3a91ce) ([#12703](https://github.com/yt-dlp/yt-dlp/issues/12703)) by [seproDev](https://github.com/seproDev)
23+
- **vrsquare**: [Add extractors](https://github.com/yt-dlp/yt-dlp/commit/b7fbb5a0a16a8e8d3e29c29e26ebed677d0d6ea3) ([#12515](https://github.com/yt-dlp/yt-dlp/issues/12515)) by [doe1080](https://github.com/doe1080)
24+
- **youtube**
25+
- [Fix PhantomJS nsig fallback](https://github.com/yt-dlp/yt-dlp/commit/4054a2b623bd1e277b49d2e9abc3d112a4b1c7be) ([#12728](https://github.com/yt-dlp/yt-dlp/issues/12728)) by [bashonly](https://github.com/bashonly)
26+
- [Fix signature and nsig extraction for player `363db69b`](https://github.com/yt-dlp/yt-dlp/commit/b9c979461b244713bf42691a5bc02834e2ba4b2c) ([#12725](https://github.com/yt-dlp/yt-dlp/issues/12725)) by [bashonly](https://github.com/bashonly)
27+
28+
#### Networking changes
29+
- **Request Handler**: curl_cffi: [Support `curl_cffi` 0.10.x](https://github.com/yt-dlp/yt-dlp/commit/9bf23902ceb948b9685ce1dab575491571720fc6) ([#12670](https://github.com/yt-dlp/yt-dlp/issues/12670)) by [Grub4K](https://github.com/Grub4K)
30+
31+
#### Misc. changes
32+
- **cleanup**: Miscellaneous: [9dde546](https://github.com/yt-dlp/yt-dlp/commit/9dde546e7ee3e1515d88ee3af08b099351455dc0) by [seproDev](https://github.com/seproDev)
33+
734
### 2025.03.21
835

936
#### Core changes

supportedsites.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The only reliable way to check if a site is supported is to try it.
77

88
- **17live**
99
- **17live:clip**
10+
- **17live:vod**
1011
- **1News**: 1news.co.nz article videos
1112
- **1tv**: Первый канал
1213
- **20min**
@@ -200,7 +201,7 @@ The only reliable way to check if a site is supported is to try it.
200201
- **blogger.com**
201202
- **Bloomberg**
202203
- **Bluesky**
203-
- **BokeCC**
204+
- **BokeCC**: CC视频
204205
- **BongaCams**
205206
- **Boosty**
206207
- **BostonGlobe**
@@ -347,8 +348,6 @@ The only reliable way to check if a site is supported is to try it.
347348
- **daystar:clip**
348349
- **DBTV**
349350
- **DctpTv**
350-
- **DeezerAlbum**
351-
- **DeezerPlaylist**
352351
- **democracynow**
353352
- **DestinationAmerica**
354353
- **DetikEmbed**
@@ -829,7 +828,7 @@ The only reliable way to check if a site is supported is to try it.
829828
- **MotherlessUploader**
830829
- **Motorsport**: motorsport.com (**Currently broken**)
831830
- **MovieFap**
832-
- **Moviepilot**
831+
- **moviepilot**: Moviepilot trailer
833832
- **MoviewPlay**
834833
- **Moviezine**
835834
- **MovingImage**
@@ -1307,8 +1306,8 @@ The only reliable way to check if a site is supported is to try it.
13071306
- **sejm**
13081307
- **Sen**
13091308
- **SenalColombiaLive**: (**Currently broken**)
1310-
- **SenateGov**
1311-
- **SenateISVP**
1309+
- **senate.gov**
1310+
- **senate.gov:isvp**
13121311
- **SendtoNews**: (**Currently broken**)
13131312
- **Servus**
13141313
- **Sexu**: (**Currently broken**)
@@ -1401,6 +1400,7 @@ The only reliable way to check if a site is supported is to try it.
14011400
- **StoryFire**
14021401
- **StoryFireSeries**
14031402
- **StoryFireUser**
1403+
- **Streaks**
14041404
- **Streamable**
14051405
- **StreamCZ**
14061406
- **StreetVoice**
@@ -1643,8 +1643,6 @@ The only reliable way to check if a site is supported is to try it.
16431643
- **viewlift**
16441644
- **viewlift:embed**
16451645
- **Viidea**
1646-
- **viki**: [*viki*](## "netrc machine")
1647-
- **viki:channel**: [*viki*](## "netrc machine")
16481646
- **vimeo**: [*vimeo*](## "netrc machine")
16491647
- **vimeo:album**: [*vimeo*](## "netrc machine")
16501648
- **vimeo:channel**: [*vimeo*](## "netrc machine")
@@ -1682,6 +1680,10 @@ The only reliable way to check if a site is supported is to try it.
16821680
- **vpro**: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
16831681
- **vqq:series**
16841682
- **vqq:video**
1683+
- **vrsquare**: VR SQUARE
1684+
- **vrsquare:channel**
1685+
- **vrsquare:search**
1686+
- **vrsquare:section**
16851687
- **VRT**: VRT NWS, Flanders News, Flandern Info and Sporza
16861688
- **vrtmax**: [*vrtnu*](## "netrc machine") VRT MAX (formerly VRT NU)
16871689
- **VTM**: (**Currently broken**)

yt_dlp/version.py

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

3-
__version__ = '2025.03.21'
3+
__version__ = '2025.03.25'
44

5-
RELEASE_GIT_HEAD = 'f36e4b6e65cb8403791aae2f520697115cb88dec'
5+
RELEASE_GIT_HEAD = '9dde546e7ee3e1515d88ee3af08b099351455dc0'
66

77
VARIANT = None
88

@@ -12,4 +12,4 @@
1212

1313
ORIGIN = 'yt-dlp/yt-dlp'
1414

15-
_pkg_version = '2025.03.21'
15+
_pkg_version = '2025.03.25'

0 commit comments

Comments
 (0)