From aaea574c8c45c48f0ddd2991f00e83730e529962 Mon Sep 17 00:00:00 2001 From: Hampton Copeland Date: Wed, 23 Aug 2023 00:56:47 -0500 Subject: [PATCH] Updated yt-dlp version latest --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index bb2f955..5a6b88c 100644 --- a/Pipfile +++ b/Pipfile @@ -19,7 +19,7 @@ django-background-tasks = "*" django-basicauth = "*" psycopg2-binary = "*" mysqlclient = "*" -yt-dlp = "*" +yt-dlp = "~=2023.7.6" redis = "*" hiredis = "*" requests = {extras = ["socks"], version = "*"}