Skip to content

Commit 4e26264

Browse files
committed
build(deps): raise yt-dlp minimum version to 2026.03.17
1 parent 14c8877 commit 4e26264

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project are documented here.
44

5+
## Unreleased
6+
7+
- Raised the minimum `yt-dlp` dependency to `2026.03.17` to avoid stale PyPI environments that hit YouTube `n challenge` / `HTTP 403` download failures.
8+
- Documented that PyPI users should upgrade `yt-dlp` alongside the app when troubleshooting recent YouTube download issues.
9+
510
## 0.8.8
611

712
- Fixed partial download progress restoration when refetching a playlist or channel list.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
dependencies = [
3232
"appdirs>=1.4.4",
3333
"requests>=2.31",
34-
"yt-dlp[default]>=2025.11.12",
34+
"yt-dlp[default]>=2026.03.17",
3535
"PyQt6>=6.6.0",
3636
]
3737

0 commit comments

Comments
 (0)