Merge pull request #491 from q--/Add_Zeuscart

Added Zeuscart
main
Elbert Alias 11 years ago
commit 836d4b7a07

@ -3216,6 +3216,13 @@
"script": "zepto.*\\.js", "script": "zepto.*\\.js",
"env": "^Zepto$" "env": "^Zepto$"
}, },
"Zeuscart": {
"website": "zeuscart.com",
"cats": [ 6 ],
"url": "\\?do=prodetail&action=show&prodid=\\d+",
"html": "<form name=\"product\" method=\"post\" action=\"[^\"]+\\?do=addtocart&prodid=\\d+\"(?:(?!<\\/form>).+)<input type=\"hidden\" name=\"addtocart\" value=\"\\d+\">",
"implies": "PHP"
},
"Zinnia": { "Zinnia": {
"website": "django-blog-zinnia.com", "website": "django-blog-zinnia.com",
"cats": [ 11 ], "cats": [ 11 ],

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB