vimeo / vimeo.py

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

fix for requests >= 2.11.0 #89

Closed Calzzetta closed 8 years ago

Calzzetta commented 8 years ago

Change Content-Length from int to string to work with requests >= 2.11.0 Fix issue #88