allensim81
Technical User
hi,
I want to grab the following.... But i have been trying many times... it doesnt work... can you please guide me step by step. thanks in advance.
HTTrack3.43-5+libhtsjava.so.2 launched on Thu, 23 Jul 2009 11:23:17 at +*.png +*.gif +*.jpg +*.css +*.js -ad.doubleclick.net/*
(webhttrack -q -%i -w -O "/data/websites/RTM" -n -%P -N0 -s2 -p7 -D -a -K0 -c4 -%k -r2 -%e2 -A25000 -F "Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)" -%F "<!-- Mirrored from %s%s by HTTrack Website Copier/3.x [XR&CO'2006], %s -->" +*.png +*.gif +*.jpg +*.css +*.js -ad.doubleclick.net/* -%s -%u )
## Grab from the file content ##
#print "[$buf]\n";
if ($buf=~/\(webhttrack (.*?) \)[\r\n]/) {
$command="$httrackpath/httrack $1";
print "[$command]";
}
I want to grab the following.... But i have been trying many times... it doesnt work... can you please guide me step by step. thanks in advance.
HTTrack3.43-5+libhtsjava.so.2 launched on Thu, 23 Jul 2009 11:23:17 at +*.png +*.gif +*.jpg +*.css +*.js -ad.doubleclick.net/*
(webhttrack -q -%i -w -O "/data/websites/RTM" -n -%P -N0 -s2 -p7 -D -a -K0 -c4 -%k -r2 -%e2 -A25000 -F "Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)" -%F "<!-- Mirrored from %s%s by HTTrack Website Copier/3.x [XR&CO'2006], %s -->" +*.png +*.gif +*.jpg +*.css +*.js -ad.doubleclick.net/* -%s -%u )
## Grab from the file content ##
#print "[$buf]\n";
if ($buf=~/\(webhttrack (.*?) \)[\r\n]/) {
$command="$httrackpath/httrack $1";
print "[$command]";
}