From f7f9280ade9ea22c23d9c4ca7da93173950174e2 Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Wed, 21 Jun 2023 12:18:53 -0400 Subject: [PATCH] Downgrading to yt-dlp 2023.03.04 TBD - We've noticed poorer performance on key platforms with the latest version of yt-dlp and are considering downgrading to 2023.03.04 for the time being. --- postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall.sh b/postinstall.sh index 9f122e98..f224e8c3 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -4,7 +4,7 @@ mkdir ./executables/; # Pull yt-dlp (v2023.03.04) -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.06.21/yt-dlp > ./executables/yt-dlp; +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.03.04/yt-dlp > ./executables/yt-dlp; chmod a+x ./executables/yt-dlp; # Pull crip (v2.1.0)