Closed rjmorris closed 3 years ago
can verify that xword-dl wsj --latest
did not work as expected
Excellent catch, and I apologize that I didn't see this issue for a month! I've used precisely your change @rjmorris in a01ab26dfa629920aad083047ff1074699b11721, and shipped that (and a very slight update to the dateparsing logic) in a new version just now. You can update from here or PyPI! Thank you :)
Thanks for making this tool available and keeping it maintained! I've been having trouble with the WSJ downloader for a while, and I finally took the time to investigate. It looks like the data URL is no longer valid. I was able to fix it by replacing:
with:
in
WSJDownloader.fetch_data()
.This worked on the couple of puzzles I tested it on, using the latest release of xword-dl (2021.6.24).