diff --git a/modules/gdcvault/video.py b/modules/gdcvault/video.py index eaa0394a..53fe0efd 100644 --- a/modules/gdcvault/video.py +++ b/modules/gdcvault/video.py @@ -31,7 +31,8 @@ __all__ = ['GDCVaultVideo'] class GDCVaultVideo(BaseVideo): def __init__(self, *args, **kwargs): BaseVideo.__init__(self, *args, **kwargs) - self.ext = u'flv' + # not always flv... + self.ext = NotAvailable @classmethod def id2url(cls, _id):