diff --git a/scripts/download-yt-dlp.sh b/scripts/download-yt-dlp.sh index 29171ad..4650ad6 100644 --- a/scripts/download-yt-dlp.sh +++ b/scripts/download-yt-dlp.sh @@ -1,3 +1,3 @@ -# Pulls yt-dlp (2023.09.24 version) and saves it in `executables`. -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.09.24/yt-dlp > ../executables/yt-dlp; +# Pulls yt-dlp (2023.10.07 version) and saves it in `executables`. +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.07/yt-dlp > ../executables/yt-dlp; chmod a+x ../executables/yt-dlp;