mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
517 B
JSON
18 lines
517 B
JSON
{
|
|
"name": "Sockso",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Sockso is a free, open-source, personal music host server",
|
|
"website": "http://sockso.pu-gh.com/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Sockso$)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<p id=\"legal\">[\\s]+<strong>Sockso<\\/strong>[\\s]+v([^<]+)<br \\/>[\\s]+© 20[\\d]{2})",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|