Files
OneForAll-mirror/data/rules/whatweb/deluge-web.json
T
2020-07-29 00:02:06 +08:00

14 lines
395 B
JSON

{
"name": "Deluge-web",
"author": "Andrew Horton",
"version": "0.1",
"description": "Deluge-web is a web interface to deluge, an open source, cross-platform BitTorrent client. Homepage - http://deluge-torrent.org/",
"website": null,
"matches": [
{
"regexp": "(?-mix:<title>Deluge: Web UI ([^<]+)<\\/title>)",
"offset": 1
}
]
}