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

KeyError exception #7

Closed r4fek closed 11 years ago

r4fek commented 11 years ago

Try to type the URL "http://youtube.com/watch?id=5" in EmbedVideoFormField.

File "/usr/local/lib/python2.7/dist-packages/embed_video/backends.py" in get_code

  1. code = urlparse.parse_qs(parse_data.query)['v'][0]

Exception Type: KeyError at ... Exception Value: 'v'