From 599a11f9769a36bde75047dfc9560bdaec5719a0 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Thu, 28 Dec 2023 16:59:02 +0100 Subject: [PATCH] fix youtube-dl package (#2185) * fix youtube-dl version * fix url for installation tests --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e15872843..eba1cdd62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ # related libraries. evdev git+https://github.com/lthiery/SPI-Py.git#egg=spi-py -youtube-dl +git+https://github.com/ytdl-org/youtube-dl@master#egg=youtube-dl pyserial RPi.GPIO