/[Grep]/lib/Grep/Action/AddFeed.pm
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 /lib/Grep/Action/AddFeed.pm

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

revision 73 by dpavlin, Fri Feb 23 11:48:39 2007 UTC revision 78 by dpavlin, Fri Feb 23 17:34:20 2007 UTC
# Line 93  sub take_action { Line 93  sub take_action {
93                  return $self->SUPER::take_action( @ARGS );                  return $self->SUPER::take_action( @ARGS );
94          }          }
95    
96          my @feeds = Feed::Find->find_in_html( \$content );          my $base_uri = $uri;
97            $base_uri =~ s!/[^/]+$!!;
98    
99            my @feeds = Feed::Find->find_in_html( \$content, $base_uri );
100    
101          if (@feeds) {          if (@feeds) {
102    

Legend:
Removed from v.73  
changed lines
  Added in v.78

  ViewVC Help
Powered by ViewVC 1.1.26