From 6b091b0bd16578b112b7db8d79f29f540ce4ffb8 Mon Sep 17 00:00:00 2001 From: a Date: Fri, 10 May 2024 18:55:34 +0000 Subject: [PATCH] Add youtube_search as a dependency yt-dlp's ytsearch is either too slow or doesn't contain any metadata for youtube shorts. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ec56385..4371f7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ py-cord[voice,speed]>=2.0.0rc1 asyncio yt-dlp python-decouple -httpx \ No newline at end of file +httpx +youtube_search \ No newline at end of file