thisisparker / xword-dl

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

dailybeast: improve date parsing from title #159

Closed thisisparker closed 10 months ago

thisisparker commented 10 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.