From 3ac9a87cbf914d05a8c11259d2457abbb5976374 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 24 Jun 2023 22:03:39 +0200 Subject: [PATCH] requirements: Replace youtube-search-python with custom version --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index f4ae8fa..4707e83 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -4,7 +4,7 @@ pony>=0.7.14 pyyaml>=5.4.1 rss-parser>=0.2.3 yt-dlp>=2022.6.29 -youtube-search-python>=1.5.1 +git+https://github.com/Zocker1999NET/youtube-search-python@my-version#egg=youtube-search-python # custom, local requirements; TODO remove or change to persistent dependency /home/zocker/Repositories/python-jsoncache