You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: