mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
31 lines
978 B
JSON
31 lines
978 B
JSON
{
|
|
"name": "Sony-Network-Camera",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "SONY network video camera web interface",
|
|
"website": "http://www.sony.com/",
|
|
"matches": [
|
|
{
|
|
"text": "\tsetWindowVar = window.open(\"/adm/file.cgi?next_file=setting.htm\", \"adminWin\", setWinoptions);",
|
|
"model": [
|
|
"SNC-M"
|
|
]
|
|
},
|
|
{
|
|
"text": "<TITLE>Server Push Viewer</TITLE>"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<FRAME SRC=\"bar.html\" SCROLLING=\"NO\" NAME=\"sonyhome[0-9]*\" NORESIZE[\\ MARGINHEIGHT=\"0-9\"]* MARGINWIDTH=\"0\">)"
|
|
},
|
|
{
|
|
"regexp": "(?i-mx:<TITLE>Sony Network Camera ([0-9A-Z\\-]+)<\\/TITLE>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<TITLE>(SNC\\-[R]?Z[0-9]+)<\\/TITLE>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<TITLE>(SNC\\-[R]?Z[0-9]+) HOME<\\/TITLE>)"
|
|
}
|
|
]
|
|
}
|