mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "Brother-Printer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.4",
|
|
"description": "Brother printer web interface",
|
|
"website": "http://www.brother.com/",
|
|
"matches": [
|
|
{
|
|
"text": "<FRAME SRC=\"/printer/inc_head.html\" NAME=\"header\" NORESIZE SCROLLING=\"no\">"
|
|
},
|
|
{
|
|
"text": "<IMG src=\"/common/image/HL4040CN.gif\" border=0>",
|
|
"model": "HL-4040CN"
|
|
},
|
|
{
|
|
"text": "<IMG src=\"/common/image/HL4040CDN.gif\" border=0>",
|
|
"model": "HL-4040CDN"
|
|
},
|
|
{
|
|
"text": "<IMG src=\"/common/image/HL4050CDN.gif\" border=0>",
|
|
"model": "HL-4050CDN"
|
|
},
|
|
{
|
|
"text": "<IMG src=\"/common/image/HL4070CDW.gif\" border=0>",
|
|
"model": "HL-4070CDW"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<TITLE>[\\s]*Brother ([\\w-]+) series)"
|
|
},
|
|
{
|
|
"certainty": 25,
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^[Dd]ebut\\/([\\d\\.]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|