From 6c8956e3566fcd7bc37b640624feac4c62e02c0b Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Sun, 24 Sep 2023 12:15:53 -0400 Subject: [PATCH] Upgrade to yt-dlp 2023.09.24 Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2023.09.24 --- postinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postinstall.sh b/postinstall.sh index ccdc55de..8d84961a 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -3,8 +3,8 @@ #------------------------------------------------------------------------------- mkdir ./executables/; -# Pull yt-dlp (v2023.07.06) -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.07.06/yt-dlp > ./executables/yt-dlp; +# Pull yt-dlp (v2023.09.24) +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.09.24/yt-dlp > ./executables/yt-dlp; chmod a+x ./executables/yt-dlp; # Pull crip (v2.1.0)