A Django app for embedding YouTube, Vimeo, and SoundCloud videos easily via template tags. Current version: 1.4.10 (released in 2020, maintained by Jazzband). Runs on Python 2.7+ and Django 1.8+. Simple to set up, but configuration and URL validation quirks cause common issues.
pip install django-embed-videoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: add to INSTALLED_APPS, load the template tag library, and use the {% video %} tag.
Always provide a complete URL like 'https://www.youtube.com/watch?v=...'
Override BACKENDS in settings to include updated patterns or use the 'embed_video.backends.YouTubeBackend' explicitly.
Check the error by using the 'embed_video' template tag with a malformed URL to see the traceback in debug mode.
No dependency data recorded yet.