Zeuscart: use 32×32 icon, escape ? in URL pattern

main
q-- 11 years ago
parent 037f465f1e
commit a7da032918

@ -3204,7 +3204,7 @@
"Zeuscart": {
"website": "zeuscart.com",
"cats": [ 6 ],
"url": "?do=prodetail&action=show&prodid=\\d+",
"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"
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 775 B

After

Width:  |  Height:  |  Size: 1.1 KiB