RSN-MTG: A front-facing and administrative module for your REDSHIFTNET-powered web application, to track, catalogue, share, and view stats about your MTG card collection
MIT License
1
stars
1
forks
source link
Rewrite db sync script to parse Gatherer by expansion #5
A naive loop over all possible Multiverse IDs, and a similar attempt at compiling a list of valid Multiverse IDs (per issue #4), is far too slow and error prone.
A better approach is to pull the list of Multiverse IDs, and total card count, from the Gatherer expansion set page with the visual spoiler output (since it is not paginated).
A naive loop over all possible Multiverse IDs, and a similar attempt at compiling a list of valid Multiverse IDs (per issue #4), is far too slow and error prone.
A better approach is to pull the list of Multiverse IDs, and total card count, from the Gatherer expansion set page with the visual spoiler output (since it is not paginated).