From 75eeb12ebefd537e296d4fe6c04f2a8c16f62f8b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 20 Oct 2023 02:46:09 -0700 Subject: [PATCH] dont install youtubedl anymore --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 458809af..4f3135b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "python-crontab>=2.5.1", "requests>=2.24.0", "w3lib>=1.22.0", - "youtube-dl>=2021.04.17", + # "youtube-dl>=2021.04.17", "yt-dlp>=2021.4.11", "playwright>=1.39.0", ]