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:
parent
b84b5d990e
commit
82f69e3689
1 changed files with 1 additions and 0 deletions
1
bin/ytarchive.sh
Normal file
1
bin/ytarchive.sh
Normal 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"
|
Loading…
Add table
Reference in a new issue