diff --git a/postinstall.sh b/postinstall.sh index c59cacd..1fae6a1 100755 --- a/postinstall.sh +++ b/postinstall.sh @@ -4,7 +4,7 @@ mkdir ./executables/; # Pull yt-dlp (v2023.10.07) -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.07/yt-dlp > ./executables/yt-dlp; +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.13/yt-dlp > ./executables/yt-dlp; chmod a+x ./executables/yt-dlp; # Pull crip (v2.1.0)