Skip to content

Commit a75399d

Browse files
Release 2025.10.22
Created by: bashonly :ci skip all
1 parent c9356f3 commit a75399d

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

Changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
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.10.22
8+
9+
#### Important changes
10+
- **A stopgap release with a *TEMPORARY partial* fix for YouTube support**
11+
Some formats may still be unavailable, especially if cookies are passed to yt-dlp. The ***NEXT*** release, expected very soon, **will require an external JS runtime (e.g. Deno)** in order for YouTube downloads to work properly. [Read more](https://github.com/yt-dlp/yt-dlp/issues/14404)
12+
- **The minimum *required* Python version has been raised to 3.10**
13+
Python 3.9 has reached its end-of-life as of October 2025, and yt-dlp has now removed support for it. [Read more](https://github.com/yt-dlp/yt-dlp/issues/13858)
14+
15+
#### Core changes
16+
- [Remove Python 3.9 support](https://github.com/yt-dlp/yt-dlp/commit/4e6a693057cfaf1ce1f07b019ed3bfce2bf936f6) ([#13861](https://github.com/yt-dlp/yt-dlp/issues/13861)) by [bashonly](https://github.com/bashonly)
17+
18+
#### Extractor changes
19+
- **appleconnect**: [Rework extractor](https://github.com/yt-dlp/yt-dlp/commit/78748b506f0dca8236ac0045ed7f72f7cf334b62) ([#13229](https://github.com/yt-dlp/yt-dlp/issues/13229)) by [doe1080](https://github.com/doe1080)
20+
- **idagio**: [Support URLs with country codes](https://github.com/yt-dlp/yt-dlp/commit/c9356f308dd3c5f9f494cb40ed14c5df017b4fe0) ([#14655](https://github.com/yt-dlp/yt-dlp/issues/14655)) by [robin-mu](https://github.com/robin-mu)
21+
- **tvnoe**: [Rework Extractor](https://github.com/yt-dlp/yt-dlp/commit/fe5ae54a7b08ebe679f03afdeafbe1cee5784d5b) ([#13369](https://github.com/yt-dlp/yt-dlp/issues/13369)) by [doe1080](https://github.com/doe1080)
22+
- **youtube**: [Use temporary player client workaround](https://github.com/yt-dlp/yt-dlp/commit/2c9091e355a7ba5d1edb69796ecdca48199b77fb) ([#14693](https://github.com/yt-dlp/yt-dlp/issues/14693)) by [gamer191](https://github.com/gamer191)
23+
24+
#### Misc. changes
25+
- **cleanup**
26+
- Miscellaneous
27+
- [c7bda21](https://github.com/yt-dlp/yt-dlp/commit/c7bda2192aa24afce40fdbbbe056d269aa3b2872) by [bashonly](https://github.com/bashonly), [seproDev](https://github.com/seproDev)
28+
- [de7b3c0](https://github.com/yt-dlp/yt-dlp/commit/de7b3c0705022cb777c5b4b7f0c69c59ad6ff538) by [bashonly](https://github.com/bashonly)
29+
- **docs**: [Update list of maintainers](https://github.com/yt-dlp/yt-dlp/commit/dfc0a84c192a7357dd1768cc345d590253a14fe5) ([#14148](https://github.com/yt-dlp/yt-dlp/issues/14148)) by [bashonly](https://github.com/bashonly), [coletdjnz](https://github.com/coletdjnz), [seproDev](https://github.com/seproDev)
30+
731
### 2025.10.14
832

933
#### Core changes

supportedsites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The only reliable way to check if a site is supported is to try it.
8585
- **aol.com**: Yahoo screen and movies (**Currently broken**)
8686
- **APA**
8787
- **Aparat**
88-
- **AppleConnect**
88+
- **apple:​music:connect**: Apple Music Connect
8989
- **AppleDaily**: 臺灣蘋果日報
9090
- **ApplePodcasts**
9191
- **appletrailers**
@@ -1541,7 +1541,7 @@ The only reliable way to check if a site is supported is to try it.
15411541
- **tvigle**: Интернет-телевидение Tvigle.ru
15421542
- **TVIPlayer**
15431543
- **TVN24**: (**Currently broken**)
1544-
- **TVNoe**: (**Currently broken**)
1544+
- **tvnoe**: Televize Noe
15451545
- **tvopengr:embed**: tvopen.gr embedded videos
15461546
- **tvopengr:watch**: tvopen.gr (and ethnos.gr) videos
15471547
- **tvp**: Telewizja Polska

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.10.14'
3+
__version__ = '2025.10.22'
44

5-
RELEASE_GIT_HEAD = 'a98e7f9f58a9492d2cb216baa59c890ed8ce02f3'
5+
RELEASE_GIT_HEAD = 'c9356f308dd3c5f9f494cb40ed14c5df017b4fe0'
66

77
VARIANT = None
88

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

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

15-
_pkg_version = '2025.10.14'
15+
_pkg_version = '2025.10.22'

0 commit comments

Comments
 (0)