Conversation
Billboard stopped publishing new puzzles after February 10, 2026. The full archive (October 2, 2025 – February 10, 2026, 95 puzzles) is still available via the AmuseLabs API. Changes: - BillboardDownloader: implement find_by_date() to look up puzzles from the AmuseLabs archive API using a load token extracted from the picker page; puzzle IDs contain an unpredictable title slug so they cannot be constructed from the date alone - BillboardDownloader: find_latest() now raises an informative error directing users to --date with the full archive date range - AmuseLabsDownloader: use bare requests.get for picker page fetches to avoid session/cookie interference; fall back to rawsps.id when streakInfo is empty; remove fvlt token computation that caused 'Load not verified' errors on some outlets - README: mark Billboard as date-searchable rather than latest-only - CI: replace 'test latest' step with 'test by date' (Feb 10, 2026)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Billboard stopped publishing new puzzles after February 10, 2026. The full archive (October 2, 2025 – February 10, 2026, 95 puzzles) is still available via the AmuseLabs API.
Changes:
Fixes #340