From 8aed6cf246ed09d29dade961d79680cde68578a4 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 29 Jan 2026 21:24:10 -0800 Subject: [PATCH] Revert "Bump yt-dlp[default] from 2025.12.8 to 2026.1.29 (#1428)" This reverts commit 6b7805c6e18f8590c3ae0ff31bf9f4c453a023c5. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 772e91cf..94e18a34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "yt-dlp[default]==2026.1.29", + "yt-dlp[default]==2025.12.8", "colorama~=0.4", "mergedeep~=1.3", "mediafile~=0.12",