diff --git a/ChangeLog b/ChangeLog index bd5fd43..20e0327 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/plugins/post_analysis/feeds.py b/plugins/post_analysis/feeds.py index 570649f..e90e9e2 100644 --- a/plugins/post_analysis/feeds.py +++ b/plugins/post_analysis/feeds.py @@ -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: diff --git a/resources/icon/vh.png b/resources/icon/vh.png new file mode 100644 index 0000000..13e52f9 Binary files /dev/null and b/resources/icon/vh.png differ diff --git a/resources/icon/vk.png b/resources/icon/vk.png new file mode 100644 index 0000000..ac1bc63 Binary files /dev/null and b/resources/icon/vk.png differ diff --git a/resources/icon/vp.png b/resources/icon/vp.png new file mode 100644 index 0000000..8ebf702 Binary files /dev/null and b/resources/icon/vp.png differ diff --git a/resources/icon/vu.png b/resources/icon/vu.png new file mode 100644 index 0000000..7d39356 Binary files /dev/null and b/resources/icon/vu.png differ diff --git a/resources/icon/vv.png b/resources/icon/vv.png new file mode 100644 index 0000000..d5b7cdd Binary files /dev/null and b/resources/icon/vv.png differ