Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to search WSJ by date #79

Open
thisisparker opened this issue Dec 2, 2022 · 0 comments
Open

Not possible to search WSJ by date #79

thisisparker opened this issue Dec 2, 2022 · 0 comments

Comments

@thisisparker
Copy link
Owner

But it would be nice and it doesn't seem like it is impossible. The issue is that the landing pages for a given puzzle are not at reliable URLs (because they include a slugified version of the title and a long id string, e.g. https://www.wsj.com/articles/floating-upstream-thursday-crossword-december-1-11669405858); the embedded iframe puzzle there includes the date but also a shorter identifier in the URL (e.g. https://www.wsj.com/puzzles/crossword/20221201/52272/?embed=1); and the underlying puzzle data is at a location derived from that URL (e.g. https://www.wsj.com/puzzles/crossword/20221201/52272/data.json).

So what we would need is a way to go from date to any of those URLs. It seems doable, but I don't know how!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant