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

newyorker: move theme title handling and test #177

Closed thisisparker closed 5 months ago

thisisparker commented 5 months ago

Previously we'd handled the "theme title" at the filename selection phase, but that would allow edits to the puz file data after it had been sanitized. This fixes that issue and adds a CI test to catch future regressions.