Skip to content

Commit 1323381

Browse files
committed
Switch yt-dlp to yt-dlp[default] to install required JS dependency
1 parent 3617137 commit 1323381

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Upgrade to support only Python 3.14 (#266)
13+
- Switch `yt-dlp` to `yt-dlp[default]` to install required JS dependency (#268)
1314

1415
## [5.2.0] - 2025-10-02
1516

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"CairoSVG>=2.2.0,<3.0",
2929
"beartype>=0.19,<0.22",
3030
# youtube-dl should be updated as frequently as possible
31-
"yt-dlp",
31+
"yt-dlp[default]",
3232
"pillow>=7.0.0,<12.0",
3333
"urllib3>=1.26.5,<2.6.0",
3434
"piexif==1.1.3", # this dep is a nightmare in terms of release management, better pinned just like in optimize-images anyway

0 commit comments

Comments
 (0)