From 177c27ad859bd777cc70f3e4cf409ce4a024ea7b Mon Sep 17 00:00:00 2001 From: schizoid Date: Mon, 9 Dec 2024 12:21:32 -0500 Subject: Go files to download --- archive-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive-dl b/archive-dl index 735f40d..3a80ca5 100755 --- a/archive-dl +++ b/archive-dl @@ -17,4 +17,4 @@ fi check $input check $type -curl -s $input | grep $type | sed -n 's/.*href="\([^"]*\)".*/\1/p' +curl -s $input | grep $type | sed -n 's/.*href="\([^"]*\)".*/\1/p' | xargs -I {} curl -LO "$input/{}" -- cgit v1.2.3