From 51a521e6ffa300d35854a9fc44d1c9d3affde974 Mon Sep 17 00:00:00 2001 From: a Date: Tue, 22 Oct 2024 13:21:52 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bb984c..7ef1fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ dependencies = [ "py-cord[voice,speed]>=2.0.0rc1", "asyncio", - "yt-dlp", + "yt-dlp[default]", "python-decouple", "httpx", "youtube-search"