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