This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Description
While running the example code - with other apps happens too-:
# Download/parse the app.
app = MarketBot::Play::App.new('com.facebook.katana')
app.update
I get the following error quite frequently -Added the verbose output from typhoeus-:

From what I've seen, it's because of the html that's returned. Sometimes it matches the one this gem expects, but sometimes it doesn't.
Expected html:

And the one that generates the error:

Is anyone else getting this? I guess we would need to add another parser and select one depending on the html. I couldn't find a way to get the same response consistently though.
If anyone else is getting this, I might find some time to implement it