From: Dobrica Pavlinusic Date: Sat, 22 May 2010 20:05:33 +0000 (+0000) Subject: turn off autocheck to pass reference download X-Git-Url: http://git.rot13.org/?p=webpac2;a=commitdiff_plain;h=5af773774de13a0025ded419a94d7278710234a0 turn off autocheck to pass reference download git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1333 07558da8-63fa-0310-ba24-9fe276d99e06 --- diff --git a/bin/isi-download-results.pl b/bin/isi-download-results.pl index 4d497f3..6ce59b7 100755 --- a/bin/isi-download-results.pl +++ b/bin/isi-download-results.pl @@ -14,7 +14,7 @@ use Text::Unaccent; our $q = 'AD=Croatia'; my $range_size = 500; my $overlap = 3; # between previous and this range -my $skip_results = 0; +my $skip_results = 1; my $cites_by_year = 0; my $max_cites = 5000; # ISI limit to get cites @@ -29,7 +29,7 @@ if ( 0 ) { $q = unac_string( 'utf-8', join(' ', @ARGV) ) if @ARGV; our $mech = WWW::Mechanize->new( - autocheck => 1, + autocheck => 0, # it dies in reference download with it! cookie_jar => undef, );