In the URLProcessor.pm there are some lines
if ($url =~ /[\/\&\?](\S{5,20}?)$/) {
$self->{to_string_name} = $1;
} else {
$self->{to_string_name} = $url;
}
they seem to give me problems with a story-link like
'/shareware/index.html' which in the example above means that tne
to_string_name becomes 'index.html' which seem to conflict with the
contents (level 1) url, hence the it stops because the queue seems empty.
Does someone know what to do about it?
Jarl
_______________________________________________
Sitescooper-talk mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/sitescooper-talk