From: minima Date: Sun, 27 Feb 2005 19:31:30 +0000 (+0000) Subject: slightly alter the user agent X-Git-Tag: 1.54~219 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c2c45efbcce729b412cd1ec4e1298897c734a3f;p=spider.git slightly alter the user agent --- diff --git a/cmd/show/425.pl b/cmd/show/425.pl index 044950d0..a8558da9 100644 --- a/cmd/show/425.pl +++ b/cmd/show/425.pl @@ -34,7 +34,7 @@ foreach $l (@list) { push @out, $self->msg('e18', 'Open(425.org)'); } else { my $s = "GET $url/modules.php?name=425dxn&op=spider&query=$l HTTP/1.0\n" - ."User-Agent:DxSpider;$main::version;$main::build;$^O;$main::mycall;$call;$l)\n\n"; + ."User-Agent:DxSpider;$main::version;$main::build;$^O;$main::mycall;$call;$l\n\n"; dbg($s) if isdbg('425'); $t->print($s); Log('call', "$call: show/425 \U$l");