mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "TwonkyServer",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "Twonky is a line of computer and mobile applications that finds all of your digital media collections and shares them with PCs, TVs, stereos and other devices connected to your network.",
|
||||
"website": "http://www.twonky.com/",
|
||||
"matches": [
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:TwonkyMedia UPnP)"
|
||||
},
|
||||
{
|
||||
"text": "<meta name=\"description\" content=\"TwonkyMedia Digital Home\">"
|
||||
},
|
||||
{
|
||||
"text": "<td><strong><font color=\"#294A94\" size=\"2\">TwonkyMedia Settings</font></strong></td>"
|
||||
},
|
||||
{
|
||||
"text": "<html><head><title>TwonkyServer Media Browser</title>"
|
||||
},
|
||||
{
|
||||
"text": "<html><head><title>TwonkyMedia server media browser</title>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<div id=\"copyright\" class=\"copyright\">Copyright . 2004-(20[\\d]{2}) PacketVideo Corporation\\. All rights reserved\\.<\\/div><\\/div><hr>)"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:<div id=\"copyright\" class=\"copyright\">Copyright © 2004-20(20[\\d]{2}) PacketVideo Corporation\\. All rights reserved<\\/div><\\/div><hr>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user