Bug fix : for robots, we have to use not_viewed_pages (feeds plugin)
This commit is contained in:
parent
ddb4bae2e2
commit
fdda7a527e
|
@ -103,7 +103,7 @@ class IWLAPostAnalysisFeeds(IPlugin):
|
||||||
isFeedParser = self.FEED_PARSER
|
isFeedParser = self.FEED_PARSER
|
||||||
# Robot that views pages -> bot
|
# Robot that views pages -> bot
|
||||||
if hit['robot']:
|
if hit['robot']:
|
||||||
if hit['viewed_pages']:
|
if hit['not_viewed_pages']:
|
||||||
isFeedParser = self.NOT_A_FEED_PARSER
|
isFeedParser = self.NOT_A_FEED_PARSER
|
||||||
break
|
break
|
||||||
if self.merge_one_hit_only_feeds_parsers:
|
if self.merge_one_hit_only_feeds_parsers:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user