mtgatracker / python-mtga

MTGA set data & tooling for python
MIT License
26 stars 23 forks source link

Fix Card Names (encoding error???) Look for this text in the m19 set: — #1

Closed MatteyRitch closed 6 years ago

MatteyRitch commented 6 years ago

It seems to be that the "-" between some keywords (Type and Sub-Type) was extracted as —. Examples: 67686 - Ajani, Adversary of Tyrants: "Legendary Planeswalker — Ajani" 67718 - Knights Pledge: "Enchantment — Aura"

If this is a metter of just doing a find replace, I'd be happy to try and an create a branch and submit for approval later...

Spencatro commented 6 years ago

Fixed in mtga 0.2.0, thank you!