Matteo Cargnelutti 2023-10-10 16:11:05 -04:00
rodzic 82fd8ddc1f
commit 2ccb4c5b7a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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;