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

Support of Times UK crosswords? #85

Open mixographer opened 1 year ago

mixographer commented 1 year ago

The Times has a lot of great crossword varieties, and the data is in a good format for parsing. It does require a subscription, similar to the way the NY Times works. I don't know if you're are interested in adding more 'authenticated' puzzle sources. I'm using 'browser_cookie3' for my cookiejar and then parsing "oApp.puzzle_json" quite easily.

mixographer commented 3 months ago

I had a primitive way to parse these, but it seems the times has changed their format and I can't figure out how the site works.