mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
22 lines
612 B
JSON
22 lines
612 B
JSON
{
|
|
"name": "Axis-PrintServer",
|
|
"author": "Andrew Horton",
|
|
"version": "0.1",
|
|
"description": "Axis 540/542 Network Print Server",
|
|
"website": "http://www.axis.com/products/axis_540p/index.htm",
|
|
"matches": [
|
|
{
|
|
"text": "<h2>Welcome to AXIS 540/542 Network Print Server</h2>"
|
|
},
|
|
{
|
|
"url": "/",
|
|
"regexp": "(?m-ix:<h2>Welcome to AXIS.*<hr><p>Name: ([\\S]+)<br>)"
|
|
},
|
|
{
|
|
"url": "/",
|
|
"regexp": "(?m-ix:<h2>Welcome to AXIS.*Software version: ([0-9\\.]+)<br>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|