Minor regex bugs

main
Telford-Rowley 11 years ago
parent f254393db9
commit 791a3f3ede

@ -1908,7 +1908,7 @@
"osCommerce": {
"website": "www.oscommerce.com",
"cats": [ 6 ],
"html": "(?:<a[^>]*(?:\\?|&)osCsid|Powered by (?:<[^]+>)?osCommerce</a>|<[^]+class=\"[^>]*infoBoxHeading)",
"html": "(?:<a[^>]*(?:\\?|&)osCsid|Powered by (?:<[^>]+>)?osCommerce</a>|<[^>]+class=\"[^>]*infoBoxHeading)",
"headers": { "Set-Cookie": "osCsid=" }
},
"osCSS": {
@ -2085,7 +2085,7 @@
"Powergap": {
"website": "powergap.de",
"cats": [ 6 ],
"html": "s\\d\\d\\.php\\?shopid=\\1"
"html": "(s\\d\\d)\\.php\\?shopid=\\1"
},
"Prefix-Free": {
"website": "http://leaverou.github.io/prefixfree/",

Loading…
Cancel
Save