From 4b970b6bab7d2313ff258592a0081ffbcda81e35 Mon Sep 17 00:00:00 2001 From: Ebru Yucesar Date: Mon, 9 Dec 2024 13:16:14 -0500 Subject: [PATCH] upgrade yt-dlp --- postinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postinstall.sh b/postinstall.sh index 1b03b5f..c6582ef 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -3,8 +3,8 @@ #------------------------------------------------------------------------------- mkdir ./executables/; -# Pull yt-dlp (v2024.12.03) -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.12.03/yt-dlp > ./executables/yt-dlp; +# Pull yt-dlp (v2024.12.06) +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.12.06/yt-dlp > ./executables/yt-dlp; chmod a+x ./executables/yt-dlp; # Pull crip (v2.1.0)