mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 13:09:00 +00:00
Add generator fingerprint for invision.
This commit is contained in:
parent
a000256223
commit
eda615de0f
@ -96,6 +96,10 @@ public class DocumentGeneratorExtractor {
|
||||
return DocumentGenerator.of("xenforo");
|
||||
}
|
||||
|
||||
if (!doc.getElementsByClass("ipsApp").isEmpty()) {
|
||||
return DocumentGenerator.of("invision");
|
||||
}
|
||||
|
||||
return DocumentGenerator.unset();
|
||||
}
|
||||
|
||||
@ -172,7 +176,8 @@ public class DocumentGeneratorExtractor {
|
||||
"notepad", "namo", "arachnophilia", "scite",
|
||||
"alleycode", "htmlkit", "acehtml", "bluefish", "htmled", "cutehtml", "fileedit", "cocoa"
|
||||
-> GeneratorType.MANUAL;
|
||||
case "vbulletin", "phpbb", "mybb", "nodebb", "flarum", "tribe", "discourse", "lemmy", "xenforo"
|
||||
case "vbulletin", "phpbb", "mybb", "nodebb", "flarum", "tribe",
|
||||
"discourse", "lemmy", "xenforo", "invision"
|
||||
-> GeneratorType.FORUM;
|
||||
case "mediawiki", "dokuwiki", "sharepoint"
|
||||
-> GeneratorType.WIKI;
|
||||
|
Loading…
Reference in New Issue
Block a user