From 7bd95dcd9c6bc002e74c66171eedf348b4f1cf60 Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Wed, 17 Jul 2024 11:23:37 -0400 Subject: [PATCH] yt-dlp upgrade --- postinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postinstall.sh b/postinstall.sh index ade14e3..64edaab 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -3,8 +3,8 @@ #------------------------------------------------------------------------------- mkdir ./executables/; -# Pull yt-dlp (v2024.07.09) -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.09/yt-dlp > ./executables/yt-dlp; +# Pull yt-dlp (v2024.07.16) +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.16/yt-dlp > ./executables/yt-dlp; chmod a+x ./executables/yt-dlp; # Pull crip (v2.1.0)