kebernet / shortyz

Shortyz Crosswords
GNU General Public License v3.0
106 stars 56 forks source link

Add AmuseLabs/PuzzleMe crosswords #178

Open jbbdude opened 2 years ago

jbbdude commented 2 years ago

A number of online properties, including The Atlantic, NY Mag, The Daily Beast, and Vox now offer free crossword puzzles hosted with AmuseLabs/PuzzleMe. (Vice seems to have stopped in 2018 but the archives are still up) It would be great to be able to access these crosswords from within Shortyz.

The crosswords themselves are hosted in the same way, i.e.:

They use the same selectors, i.e.:

These could be used to relate a puzzle ID to a date.

I haven't figured out how to extract a .puz from the AmuseLabs pages, but once some way is figured out, it can be applied to multiple services. (Even more services can be found by searching [site:cdn3.amuselabs.com])

EDIT: Figuring out how to scrape AmuseLabs would also resolve the LA Times issue with the old source.

jdesai61 commented 2 years ago

I have added required code and submitted a PR. Please see this https://github.com/kebernet/shortyz/issues/174#issuecomment-1049909725