From 6e986a88ca8217e8546e8648a149e2be7aa087da Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Tue, 17 Aug 2021 23:53:49 +0300 Subject: switched to the yt-dlp fork of youtube-dl (closes #41) --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 338449e..6e485b7 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ pylint = "*" [packages] aiohttp = "*" python-socketio = "~=4.0" -youtube-dl = "*" +yt-dlp = "*" [requires] python_version = "3.8" -- cgit