Matteo Cargnelutti 2023-11-16 20:04:34 -05:00
rodzic 0320f36274
commit 38c9f17295
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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