(converter) Fix bug where sideloaded reddit content was errouneously categoriszed as wiki-generated.

This commit is contained in:
Viktor Lofgren 2024-09-01 11:30:25 +02:00
parent 8d0f9652c7
commit 185b79f2a5

View File

@ -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);