/[webpac]/trunk/feeds/sciencedirect.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/feeds/sciencedirect.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 67 by dpavlin, Fri Jul 4 23:29:27 2003 UTC revision 74 by dpavlin, Sat Jul 5 22:37:30 2003 UTC
# Line 36  if ($res->is_success) { Line 36  if ($res->is_success) {
36                  my $link;                  my $link;
37                  if ($link = $tr->look_down('_tag','a')) {                  if ($link = $tr->look_down('_tag','a')) {
38                          if ($link->attr('href') =~ m{/science\?_ob=JournalURL}) {                          if ($link->attr('href') =~ m{/science\?_ob=JournalURL}) {
39                                  print $base_url.$link->attr('href')."\n";                                  print "0: ",$link->as_text."\n";
40                                  print $link->as_text."\n";                                  print "7: ",$base_url.$link->attr('href')."\n";
41                                  print "\n";                                  print "\n";
42                          }                          }
43                  }                  }

Legend:
Removed from v.67  
changed lines
  Added in v.74

  ViewVC Help
Powered by ViewVC 1.1.26