From 8a01cb68852dbb7346d815bc434f267226c57323 Mon Sep 17 00:00:00 2001 From: Elbert Alias Date: Sat, 28 Mar 2015 19:26:40 +1100 Subject: [PATCH] Fixed Koken, WordPress pattern. Updated PhantomJS driver output --- src/apps.json | 4 ++-- src/drivers/phantomjs/driver.js | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/apps.json b/src/apps.json index 536c5edd8..f62301bf3 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2991,7 +2991,6 @@ "cats": [ 1 ], - "env": "^\\$K$", "headers": { "Set-Cookie": "koken_referrer=" }, @@ -6181,6 +6180,7 @@ "meta": { "generator": "WordPress( [\\d.]+)?\\;version:\\1" }, + "script": "/wp-includes/", "website": "wordpress.org" }, "WordPress Super Cache": { @@ -7302,4 +7302,4 @@ "49": "feed-readers", "50": "document-management-systems" } -} \ No newline at end of file +} diff --git a/src/drivers/phantomjs/driver.js b/src/drivers/phantomjs/driver.js index efd672720..0e70904dd 100644 --- a/src/drivers/phantomjs/driver.js +++ b/src/drivers/phantomjs/driver.js @@ -63,11 +63,7 @@ }); } - console.log(JSON.stringify({ - url: originalUrl, - finalUrl: url, - applications: apps - })); + console.log(JSON.stringify({ applications: apps })); } },