From 9b23c78d0c944a0aac92533ff4706306a6ce8ef6 Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Tue, 2 Jul 2024 10:34:58 -0400 Subject: [PATCH] yt-dlp 2024.07.01 Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2024.07.01 --- postinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postinstall.sh b/postinstall.sh index e7186fd..1583ed7 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -3,8 +3,8 @@ #------------------------------------------------------------------------------- mkdir ./executables/; -# Pull yt-dlp (v2024.05.27) -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp > ./executables/yt-dlp; +# Pull yt-dlp (v2024.07.01) +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.01/yt-dlp > ./executables/yt-dlp; chmod a+x ./executables/yt-dlp; # Pull crip (v2.1.0)