* Retry errors with code 201 from the Flickr API, which usually indicates a transient issue rather than a permanent failure. This should make using the API slightly more reliable.
1.8.1
* Fix a bug where looking up videos could throw a ValueError.
1.8.0
* Fix a bug where some photos would be returned with location information, even though the location accuracy is `0`, which means it's so vague as to be unusable. * Reshuffle some of the internal utility methods to make them slightly easier to reuse in downstream code.
1.7.0
* Add a new exception `InvalidXmlException` which is thrown when the Flickr API returns a response which isn't valid XML. The error will be retried up to three times in case it's a transient error, and if not, the offending XML is included in the error message.