NullEnt1ty / gmod-wiki-scraper

Extract GLua API documentation from the new Garry's Mod wiki
https://www.npmjs.com/package/gmod-wiki-scraper
MIT License
9 stars 1 forks source link

Skip pages with malformed markup #5

Closed NullEnt1ty closed 4 years ago

NullEnt1ty commented 4 years ago

Some pages might not always have the expected markup as every registered user can edit the wiki without going through a review process at any time.

At the moment a malformed page will result in a crash which is not an ideal user experience. A better way to handle this is to skip bad pages and log a warning.