mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
592 B
JSON
22 lines
592 B
JSON
{
|
|
"name": "uPortal",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "uPortal",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"ghdb": "\"powered by uportal\"",
|
|
"certainty": 75
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<img[^>]*alt=\"Powered by uPortal ([\\d\\.]+)\"[^>]*>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<a target=\"_blank\" title=\"Powered by \\$\" href=\"http:\\/\\/www.uportal.org\">Powered by uPortal ([^<]+)<\\/a>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|