jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
382 stars 135 forks source link

Prevent external API calls on backend instance init #9

Closed nossila closed 10 years ago

nossila commented 10 years ago

VimeoBackend and SoundCloudBackend were making API calls right after being instantiated. Change it to prevent API calls until actually needed.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-1.7%) when pulling a3e47765dc9a13327e4b8ea3c98aa975a905e36d on sayadn:remove-api-calls-on-init into e74cc96374aa10d0719fdb3a18203b0c14c4a0b3 on yetty:master.

yetty commented 10 years ago

Thanks.