roygbyte / crossword.koplugin

Crosswords on your KOReader device
GNU Affero General Public License v3.0
12 stars 2 forks source link

Add feature to pull crosswords from Guardian #1

Open roygbyte opened 2 years ago

roygbyte commented 2 years ago

Guardian has a number of crosswords available to the public. These could be included in the plugin as a "today's crossword" type of feature.

The structure of the JSON data is a bit different, unfortunately (also: inevitably). To have a peak at it, see this: https://www.theguardian.com/crosswords/quick/16155 | sed -n 's/.data-crossword-data="([^"])".*/\1/p' | recode html..utf8