diff options
author | schizoid <schizoidparty@aol.com> | 2024-12-09 12:21:32 -0500 |
---|---|---|
committer | schizoid <schizoidparty@aol.com> | 2024-12-09 12:21:32 -0500 |
commit | 177c27ad859bd777cc70f3e4cf409ce4a024ea7b (patch) | |
tree | 54a05520118616c19c27eb63e72ca65f5525d8ac /archive-dl | |
parent | a8c15bc0ac246fc12cd5c6bda02c282bd2419a5b (diff) |
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/{}" |