scripts/youtube-dl.sh

8 lines
222 B
Bash
Raw Normal View History

2020-08-02 12:32:50 +00:00
#!/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"