Badaro / MTGODecklistCache

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

Fix ManaTraders Invitational #24

Closed Badaro closed 1 year ago

Badaro commented 1 year ago

ManaTraders posted the invitational results: https://www.manatraders.com/tournaments/34

But they have a different format than their usual tournaments, with three different decks. Need to review how to fix the scraper for these cases.

Badaro commented 1 year ago

Well, this looks like a mess. The CSV only contains one of the decks for each player, and it's not consistent from which format the deck comes from.

Either ManaTraders needs to fix the CSV format, or a completely different scraper needs to be implemented, one that goes looking at the deck pages instead of the consolidated CSV.

I'll be modifying the code to skip this tournament for now since the current data we're getting is just noise.