Merge branch 'dev' of soutade.fr:iwla into dev

This commit is contained in:
Gregory Soutade
2016-05-02 07:59:50 +02:00
7 changed files with 7 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
v0.4 (02/05/2016)
** User **
** Dev **
** Bugs **
for robots, we have to use not_viewed_pages (feeds plugin)
v0.3 (12/04/2016)
** User **
Add referers_diff display plugin
+1 -1
View File
@@ -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:
Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B