For coins like "MasterCoin (Omni)" the API is returning "MasterCoin (...". This is due to the fact that this is what the text on coinmarketcap.com says. The relevant HTML is below:
Thankfully, this appears to be an easy fix. Instead of extracting the name from the anchor tag we can just get the alt text from the img tag. I'll try to get this done soon.
Thanks to @xbte on Twitter for pointing this out.
For coins like "MasterCoin (Omni)" the API is returning "MasterCoin (...". This is due to the fact that this is what the text on coinmarketcap.com says. The relevant HTML is below:
Thankfully, this appears to be an easy fix. Instead of extracting the name from the anchor tag we can just get the alt text from the img tag. I'll try to get this done soon.