django-embed-video/embed_video
Brad Buran 5ebea38220 Updated video template tag to accept kwargs
Some video backends support optional arguments embedded in the URL query
string that adjust how the video is displayed (e.g. Youtube supports
rel=0 which means don't show related videos).  Updated the template tag
to accept optional KEY=VALUE pairs that will be added onto the embedded
URL as a query string.  Also added support for specifying default query
strings on a per-backend basis (e.g. so that all YouTube urls have
?rel=0 added to the end).

Added appropriate tests and documentation.
2014-05-01 07:17:53 -04:00
..
templates/embed_video Move embed code to template 2014-02-27 09:29:54 +01:00
templatetags Updated video template tag to accept kwargs 2014-05-01 07:17:53 -04:00
tests Updated video template tag to accept kwargs 2014-05-01 07:17:53 -04:00
__init__.py Running on 0.10.dev 2014-04-04 20:29:50 +02:00
admin.py Catch VideoDoesntExistException in admin widget 2014-04-04 20:10:32 +02:00
backends.py Updated video template tag to accept kwargs 2014-05-01 07:17:53 -04:00
fields.py Simplify validate method in FormField. 2014-03-19 22:42:06 +01:00
settings.py EMBED_VIDEO_TIMEOUT 2014-02-21 23:31:41 +01:00
utils.py Add tests for utils.import_by_path 2013-08-22 16:09:14 +02:00