Badaro / MTGODecklistCache

Cache in JSON format of tournaments posted on MTGO, Manatraders, Melee and Topdeck Websites
34 stars 4 forks source link

Monitor New MTGO Site for Top 8 Ordering Fix #10

Closed Badaro closed 1 year ago

Badaro commented 1 year ago

There's some major issues in the mtgo.com decklist website (documented on https://github.com/Badaro/MTGODecklistCache/issues/7). One of them is that the current site ignores the Top 8 brackets when ordering.

We need to monitor mtgo.com and see if this gets fixed, and when that happens confirm if the logic is the same adopted for our workaround.

An example to monitor is this one: https://www.mtgo.com/en/mtgo/decklist/modern-challenge-2022-10-2212488066

BONK101 is the actual winner, but leandru is listed as "1st Place".

Badaro commented 1 year ago

There's a "placement" node in the JSON that looks like a WIP on their side for fixing this. Only includes the Top 2 decks for now.

image

Badaro commented 1 year ago

Given the time it's been like this I'm assuming it won't be fixed. Since the workaround I applied is likely correct I'm closing this ticket.