Settings ======== .. setting:: EMBED_VIDEO_BACKENDS EMBED_VIDEO_BACKENDS -------------------- List of backends to use. Default:: EMBED_VIDEO_BACKENDS = ( 'embed_video.backends.YoutubeBackend', 'embed_video.backends.VimeoBackend', 'embed_video.backends.SoundCloudBackend', ) .. setting:: EMBED_VIDEO_TIMEOUT EMBED_VIDEO_TIMEOUT ------------------- Sets timeout for ``GET`` requests to remote servers. Default: ``10``