Files
scripts/youtube-dl.sh
T
lukas 64e999d93c youtube-dl.sh: update
- fix hash bang
- use yt-dlp
- get cookies from my current browser of choice
2024-07-22 18:14:38 +02:00

9 lines
237 B
Bash
Executable File

#!/usr/bin/env bash
yt-dlp "$1" \
--download-archive "~/Videos/YT/history.conf" \
--prefer-free-formats\
--write-description \
--output "~/Videos/YT/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s"
--cookies-from-browser vivaldi