scripts/youtube-dl.sh

8 lines
222 B
Bash
Executable File

#!/run/current-system/sw/bin/bash
youtube-dl "$1" \
--download-archive "~/Videos/YT/history.conf" \
--prefer-free-formats\
--write-description \
--output "~/Videos/YT/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s"