new RSSFetcher(message_obj)
Parses RSS feeds and updates inlinks in the crawler.
Links are provided from rss collection of the crawler.
Parameters:
Name | Type | Description |
---|---|---|
message_obj |
Message |
- Source:
Methods
getLinks(rss_link)
Returns links of all the articles from the rss.
Parameters:
Name | Type | Description |
---|---|---|
rss_link |
String |
- Source:
getRssContent(rss_link)
Returns links of all the articles from the rss.
Parameters:
Name | Type | Description |
---|---|---|
rss_link |
String |
- Source: