mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-24 00:40:24 +00:00
27 lines
448 B
ReStructuredText
27 lines
448 B
ReStructuredText
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``
|