worldcompany / djangoembed

rich media consuming and providing with django
http://djangoembed.readthedocs.org
MIT License
138 stars 38 forks source link

Youtube provider with additional parameters #18

Closed FrEaKmAn closed 12 years ago

FrEaKmAn commented 13 years ago

Hello

I'm using oembed on my site to include Youtube videos. Problem is that my site includes navigation and the video if always on top. Solution is to include wmode=opaque in url.

Solution was to modify StoredProvider to http://api.embed.ly/v1/api/oembed?wmode=opaque but checking the code, in providers.py on line 113, url is built by joining parts with ?. With my new provider this does not work.

Could you please modify the code and correctly build url?