Settings

EMBED_VIDEO_BACKENDS

List of backends to use.

Default:

EMBED_VIDEO_BACKENDS = (
    'embed_video.backends.YoutubeBackend',
    'embed_video.backends.VimeoBackend',
    'embed_video.backends.SoundCloudBackend',
)

EMBED_VIDEO_TIMEOUT

Sets timeout for GET requests to remote servers.

Default: 10

EMBED_VIDEO_YOUTUBE_DEFAULT_QUERY

Sets default query appended to YouTube url. Can be string or QueryDict instance.

Default: "wmode=opaque"

EMBED_VIDEO_YOUTUBE_CHECK_THUMBNAIL

Sets whether to check thumbnail for YouTube. If False, it uses high resulution as it’s guaranteed to exist.

Default: True