mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
711 B
JSON
23 lines
711 B
JSON
{
|
|
"name": "Linksys-USB-HDD",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.3",
|
|
"description": "Linksys external USB HDD web frontend",
|
|
"website": "http://www.linksys.com/",
|
|
"matches": [
|
|
{
|
|
"ghdb": "intitle:\"Network Storage Link for USB 2.0 Disks\" Firmware",
|
|
"certainty": 75
|
|
},
|
|
{
|
|
"text": "<title>Network Storage Link for USB 2.0 Disks</title>"
|
|
},
|
|
{
|
|
"regexp": "(?-mix: Version: V([\\d\\.\\-a-zA-Z]+)<\\/span> <\\/td>)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:\t <td align=\"center\" width=\"100\" class=\"mname\">([^<]+)<\\/td>)"
|
|
}
|
|
]
|
|
}
|