Subject: | Invalid feed source in RSS feeds |
Hello,
When I try to parse the URL
http://www.microsoft.com/technet/security/advisory/RssFeed.aspx?securityadvisory
I get the error message "Invalid feed source".
Now i analyzed the Sourcecode from File "FeedPP.pm" and at line 481 I
changed the line from
elsif ( $source =~ m#(^\s*)(<\?xml.*\?>|<\!DOCTYPE)#i )
to
elsif ( $source =~ m#(^\s*)(<\?xml.*\?>|<\!DOCTYPE|<rss.*>)#i )..
After the changes the parsing process is working..
best regards
bertl