plugin to parse the feed-url (rss/atom) of a blog
-------------------------------------------------

                 Key: NUTCH-412
                 URL: http://issues.apache.org/jira/browse/NUTCH-412
             Project: Nutch
          Issue Type: New Feature
    Affects Versions: 0.9.0
            Reporter: Renaud Richardet
            Priority: Minor


A plugin that extracts the feed-url (rss/atom) of a blog by retrieving the href 
from the <head><link> element (if found), and stores it in metadata. 

The meta can be accessed with 
parse.getData().getMeta("feedUrl");
you can test this plugin with the main method of HtmlParser.

Thanks for a feedback.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to