vimeo / vimeo.py

Official Python library for the Vimeo API.
https://developer.vimeo.com
Apache License 2.0
210 stars 84 forks source link

spelling error and handling non-standard response from vimeo #94

Closed klang closed 8 years ago

klang commented 8 years ago

vimeo/upload.py: a simple copy/paste error.. texttrack isn't defined here, but upload_resp is.

vimeo/exceptions.py: in the case where a corrupt jpg file is uploaded to Vimeo OR if the signature used for thumbnail uploads has expired, a non-standard response will be returned. This response does not contain an 'error' element and will cause the call to fail. The non-standard response will contain a 'Description', though.

Dashron commented 8 years ago

Looks great, can you submit this to our CLA at developer.vimeo.com/cla?

We'll get it reviewed and merged asap!

erunion commented 8 years ago

Tagged to 0.3.9. Thanks!