Skip to content

bulk_data accessors and download() are broken by Scryfall's bulk-data shape change - #240

Draft
NandaScott wants to merge 1 commit into
developfrom
sandcastle/issue-238
Draft

bulk_data accessors and download() are broken by Scryfall's bulk-data shape change#240
NandaScott wants to merge 1 commit into
developfrom
sandcastle/issue-238

Conversation

@NandaScott

Copy link
Copy Markdown
Owner

Closes #238

Opened by Sandcastle. 1 commit(s) on sandcastle/issue-238.

Scryfall removed download_uri, size, content_type, and content_encoding
from the Bulk Data object and replaced them with jsonl_download_uri and
compressed_size. The download() method now targets jsonl_download_uri and
parses the response as newline-delimited JSON (JSONL) rather than a single
JSON array. Both fixture corpora updated to the live response shape.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@NandaScott
NandaScott marked this pull request as draft August 11, 2026 20:55
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

Successfully merging this pull request may close these issues.

bulk_data accessors and download() are broken by Scryfall's bulk-data shape change

1 participant