turn off autocheck to pass reference download
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 22 May 2010 20:05:33 +0000 (20:05 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 22 May 2010 20:05:33 +0000 (20:05 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1333 07558da8-63fa-0310-ba24-9fe276d99e06

bin/isi-download-results.pl

index 4d497f3..6ce59b7 100755 (executable)
@@ -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,
 );