dijs / wiki

Wikipedia Interface for Node.js
MIT License
315 stars 61 forks source link

v4.11.2 page.Tables() - sortable table not working #109

Closed debug-desperado closed 5 years ago

debug-desperado commented 5 years ago

Here's another table that isn't parsing: List of animal names

async function wikiListCommonAnimalNames() { let page = await wiki().page("List of English animal nouns"); page.tables().then(console.log); }

dijs commented 5 years ago

Thanks for this. Looks like I missed a totally different way of implementing tables. This type actually has documentation! I will write up a parser for this soon.

dijs commented 5 years ago

This should now be fixed in wikijs@4.13.0