diff options
Diffstat (limited to 'archive-dl')
-rwxr-xr-x | archive-dl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/{}" |