mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(converter) Fix bug where sideloaded reddit content was errouneously categoriszed as wiki-generated.
This commit is contained in:
parent
8d0f9652c7
commit
185b79f2a5
@ -145,9 +145,9 @@ public class RedditSideloader implements SideloadSource {
|
||||
var doc = sideloaderProcessing
|
||||
.processDocument(fullUrl,
|
||||
fullHtml,
|
||||
List.of("encyclopedia", "wiki"),
|
||||
List.of("reddit"),
|
||||
domainLinks,
|
||||
GeneratorType.WIKI,
|
||||
GeneratorType.FORUM,
|
||||
DocumentClass.SIDELOAD,
|
||||
pubYear,
|
||||
10_000_000);
|
||||
|
Loading…
Reference in New Issue
Block a user