archive.social/scripts/download-yt-dlp.sh

4 wiersze
202 B
Bash

# Pulls yt-dlp (2022.10.04 version) and saves it in `executables`.
curl -L https://github.com/yt-dlp/yt-dlp/releases/download/2022.10.04/yt-dlp > ../executables/yt-dlp;
chmod a+x ../executables/yt-dlp;