diff options
Diffstat (limited to 'archive-dl')
-rwxr-xr-x | archive-dl | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -17,7 +17,4 @@ fi check $input check $type -echo $input -echo $type - -#curl $input +curl -s $input | grep $type | sed -n 's/.*href="\([^"]*\)".*/\1/p' |