64e999d93c
- fix hash bang - use yt-dlp - get cookies from my current browser of choice
9 lines
237 B
Bash
Executable File
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
|