thisisparker / xword-dl

⬛⬜⬛ Command line tool to scrape crosswords from online solvers and save them as .puz files ⬛⬜⬛
MIT License
139 stars 30 forks source link

{amuse,nyt}: sanitize rebus inputs #172

Closed thisisparker closed 5 months ago

thisisparker commented 5 months ago

The specter of unidecode still haunts downloaders, as it turns out we may need to sanitize the contents of rebus squares in some cases (and at least for now, those are encoded in the individual downloader so we can't save it for later like we can the other fields.

Fixes #171