Add a video module for gdcvault.com

For now it only fetches the speaker video, but each page can have
both a speaker and slides video feed.
TODO: search

Signed-off-by: François Revol <revol@free.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
This commit is contained in:
François Revol 2012-08-31 19:23:29 +02:00 committed by Romain Bignon
commit d24ca46ef6
8 changed files with 382 additions and 0 deletions

View file

@ -0,0 +1,3 @@
from .backend import GDCVaultBackend
__all__ = ['GDCVaultBackend']