diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 16:44:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 16:44:52 -0300 |
commit | 28a84adbed0acb6a23f51d2c003c67a9cd5a876f (patch) | |
tree | 330f22c33b8ae7a913ebe0e7185e320b71ca3cac /httracker | |
parent | 4fbf406f71a9afa56c8972cd933c6658aa9ab5e8 (diff) | |
download | httruta-28a84adbed0acb6a23f51d2c003c67a9cd5a876f.tar.gz httruta-28a84adbed0acb6a23f51d2c003c67a9cd5a876f.tar.bz2 |
Command line test
Diffstat (limited to 'httracker')
-rwxr-xr-x | httracker | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -34,10 +34,9 @@ function httracker_get { --index \ --cookies=1 \ --path ${target} \ - -r$LEVEL \ - -e%$EXT_LEVEL \ - #-m$FILESIZE \ - "$url" + -r${LEVEL} ${url} + #-e%${EXT_LEVEL} \ + #-m$FILESIZE \ if [ "$1" == "0" ]; then # Mark as downloaded |