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

dailybeast: improve date parsing from title #159

Closed thisisparker closed 5 months ago

thisisparker commented 5 months ago

Remove the periods from the title before parsing for a date. dateparser's search splits on periods, which seems like a thing they should fix, but this workaround works.