Plugin Author
berkux
(@berkux)
The HTML data is actually fine for my current purposes. I’m only getting data from page 501 (https://liquipedia.net/valorant/Liquipedia:Matches). Could it be a problem on their end? And if so can JCI just spit out this raw HTML since it is technically in the “wikitext” node?
Thanks so much for getting back to me so fast, you’re the best!
Plugin Author
berkux
(@berkux)
Hi,
try
[jsoncontentimporter url=https://liquipedia.net/valorant/api.php?action=parse&format=json&pageid=501&prop=wikitext&wrapoutputclass=mw-parser-output basenode=parse]
title: {title}
{subloop:wikitext:-1}{*:html}
{/subloop:wikitext}
[/jsoncontentimporter]
The Wiki-Templatecode in the HTML can’t be executed as this is specific to Wiki.
The PRO Plugin might can filter this, but this might be some work…
Better: The Wiki-API gives clear and raw HTML or data.
Bernhard