1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-04 18:20:18 +00:00

feat(ytarchive.sh): add ytarchive.sh script to download YouTube videos using yt-dlp with specified options

This commit is contained in:
Luna 2025-03-31 16:55:59 +02:00
parent b84b5d990e
commit 82f69e3689

1
bin/ytarchive.sh Normal file
View file

@ -0,0 +1 @@
yt-dlp --continue --retries 4 --write-info-json --write-description --write-thumbnail --write-annotations --all-subs --ignore-errors -f bestvideo+bestaudio "$1"