From 82f69e3689bbb6381f39fd79cfefd6060c3cf3f6 Mon Sep 17 00:00:00 2001 From: Luna Date: Mon, 31 Mar 2025 16:55:59 +0200 Subject: [PATCH] feat(ytarchive.sh): add ytarchive.sh script to download YouTube videos using yt-dlp with specified options --- bin/ytarchive.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/ytarchive.sh diff --git a/bin/ytarchive.sh b/bin/ytarchive.sh new file mode 100644 index 0000000..76589dd --- /dev/null +++ b/bin/ytarchive.sh @@ -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"