Merge pull request #87 from harvard-lil/yt-dlp-upgrade

yt-dlp upgrade
pull/89/head
Matteo Cargnelutti 2023-10-10 16:15:16 -04:00 zatwierdzone przez GitHub
commit 17c8208453
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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;