gdcvault: Do not set a default extension
Due to the redirecting pages we cannot be sure of the extension, so better not lie.
This commit is contained in:
parent
5f87aa2444
commit
6f089c795e
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue