diff --git a/postinstall.sh b/postinstall.sh index c67e056..dcc5d2b 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -3,8 +3,8 @@ #------------------------------------------------------------------------------- mkdir ./executables/; -# Pull yt-dlp (v2024.12.23) -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2024.12.23/yt-dlp > ./executables/yt-dlp; +# Pull yt-dlp (v2025.01.12) +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2025.01.12/yt-dlp > ./executables/yt-dlp; chmod a+x ./executables/yt-dlp; # Pull crip (v2.1.0)