From 38c9f1729523f4fabef8346dcd7933365cf369b7 Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Thu, 16 Nov 2023 20:04:34 -0500 Subject: [PATCH] yt-dlp 2023.11.16 Changelog: - https://github.com/yt-dlp/yt-dlp/releases/tag/2023.11.16 -https://github.com/yt-dlp/yt-dlp/releases/tag/2023.11.14 --- scripts/download-yt-dlp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/download-yt-dlp.sh b/scripts/download-yt-dlp.sh index 7302ad3..cf25147 100644 --- a/scripts/download-yt-dlp.sh +++ b/scripts/download-yt-dlp.sh @@ -1,3 +1,3 @@ -# Pulls yt-dlp (2023.10.13 version) and saves it in `executables`. -curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.13/yt-dlp > ../executables/yt-dlp; +# Pulls yt-dlp (2023.11.16 version) and saves it in `executables`. +curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2023.11.16/yt-dlp > ../executables/yt-dlp; chmod a+x ../executables/yt-dlp;