infobox-parser icon indicating copy to clipboard operation
infobox-parser copied to clipboard

Content from infobox returns value 'hlist' instead of actual value

Open NyWn opened this issue 5 years ago • 0 comments

If a wiki page has an infobox item with a div class of hlist and hlist-separated, then the value is returned as "hlist" instead of the actual content, this doesn't occur if the div only has the hlist class. I noticed this behavior while using your other library, wikijs, specifically the function fullInfo().

A page that returns "hlist" value for 'genre': https://en.wikipedia.org/wiki/Nirvana_(band) One that does not: https://en.wikipedia.org/wiki/Donald_Glover

NyWn avatar Nov 08 '19 22:11 NyWn