Merge remote-tracking branch 'upstream/master'

main
Johann du Toit 10 years ago
commit 6ebbc9f6e7

@ -17,6 +17,10 @@ jsonlint -ist $'\t' $WAPPALYZER_ROOT/src/apps.json
wappalyzer links wappalyzer links
# Npm Module
mkdir -p $WAPPALYZER_ROOT/build/wappalyzer_npm/
cp -R $WAPPALYZER_ROOT/src/drivers/npm/* $WAPPALYZER_ROOT/build/wappalyzer_npm/
# Mozilla Firefox # Mozilla Firefox
echo "Building Firefox driver..." echo "Building Firefox driver..."

@ -3285,6 +3285,19 @@
"script": "livefyre_init\\.js", "script": "livefyre_init\\.js",
"website": "livefyre.com" "website": "livefyre.com"
}, },
"Liveinternet": {
"cats": [
10
],
"html": [
"<script[^<>]*>[^]{0,128}?src\\s*=\\s*['\"]//counter\\.yadro\\.ru/hit(?:;\\S+)?\\?(?:t\\d+\\.\\d+;)?r",
"<!--LiveInternet counter-->",
"<!--/LiveInternet-->",
"<a href=\"http://www.liveinternet.ru/click\""
],
"script": "/js/al/common.js\\?[0-9_]+",
"website": "liveinternet.ru/rating/"
},
"Lo-dash": { "Lo-dash": {
"cats": [ "cats": [
12 12

@ -107,7 +107,7 @@ function runWrappalyer(options, data, cb) {
var wappalyzer = null; var wappalyzer = null;
// change depending on the environment // change depending on the environment
if( process.env.NODE_ENV ) { if( process.env.NODE_ENV == 'testing' ) {
wappalyzer = require('../../wappalyzer').wappalyzer; wappalyzer = require('../../wappalyzer').wappalyzer;

Binary file not shown.

After

Width:  |  Height:  |  Size: 837 B