youtube-dl.sh: update
- fix hash bang - use yt-dlp - get cookies from my current browser of choice
This commit is contained in:
parent
e309917948
commit
64e999d93c
|
@ -1,7 +1,8 @@
|
||||||
#!/run/current-system/sw/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
youtube-dl "$1" \
|
yt-dlp "$1" \
|
||||||
--download-archive "~/Videos/YT/history.conf" \
|
--download-archive "~/Videos/YT/history.conf" \
|
||||||
--prefer-free-formats\
|
--prefer-free-formats\
|
||||||
--write-description \
|
--write-description \
|
||||||
--output "~/Videos/YT/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s"
|
--output "~/Videos/YT/%(uploader)s/%(upload_date)s - %(title)s.%(ext)s"
|
||||||
|
--cookies-from-browser vivaldi
|
||||||
|
|
Loading…
Reference in New Issue