aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-07-23 06:28:20 +0200
committerache <ache@ache.one>2022-07-23 06:28:20 +0200
commit653f61bb7065e148df4d4933c2ed02f35572884d (patch)
tree376d690a95f1dda4107658a8bceccff66ade05c5
parentautoJPEG: Init (diff)
Add the download ytdl assister
-rwxr-xr-xdown.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/down.sh b/down.sh
new file mode 100755
index 0000000..c4de236
--- /dev/null
+++ b/down.sh
@@ -0,0 +1,8 @@
+#!/bin/env fish
+
+
+while read line
+ while not yt-dlp --abort-on-unavailable-fragment --no-playlist -R 2 "$line"
+ sleep 5m
+ end
+end < "$argv[1]"