From 870cd2cc6a145a95faf1876a7b2580d276452dbd Mon Sep 17 00:00:00 2001 From: q-- Date: Thu, 1 May 2014 15:37:39 +0200 Subject: [PATCH] Fixed Zeuscart HTML pattern, removed LiveFyre LF env variable The LiveFyre variable is too short; it is often found at web pages with short (compressed) variable names. --- share/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/apps.json b/share/apps.json index 1be4336d3..146bdd29f 100644 --- a/share/apps.json +++ b/share/apps.json @@ -1655,7 +1655,7 @@ "cats": [ 15 ], "html": "<[^>]+(?:id|class)=\"livefyre", "script": "livefyre_init\\.js", - "env": [ "^fyre$", "^FyreLoader$", "^LF$" ] + "env": [ "^fyre$", "^FyreLoader$" ] }, "LiveJournal": { "website": "www.livejournal.com", @@ -3385,7 +3385,7 @@ "website": "zeuscart.com", "cats": [ 6 ], "url": "\\?do=prodetail&action=show(?:(?:popup)?prod)?&prodid=\\d", - "html": "
).+", + "html": ").)+", "implies": "PHP" }, "Zinnia": {