Exemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     BaseVideo.__init__(self, *args, **kwargs)
     # not always flv...
     self.ext = NotAvailable
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     BaseVideo.__init__(self, *args, **kwargs)
     self.ext = u'wmv'
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     BaseVideo.__init__(self, *args, **kwargs)
     self.nsfw = False
     self.ext = u'mp4'
Exemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     BaseVideo.__init__(self, *args, **kwargs)
     self.nsfw = True
Exemplo n.º 5
0
 def __init__(self, _id, *args, **kwargs):
     BaseVideo.__init__(self, 'live.%s' % _id, *args, **kwargs)
Exemplo n.º 6
0
 def __init__(self, *args, **kwargs):
     BaseVideo.__init__(self, *args, **kwargs)
     self.nsfw = True
     self.ext = u'flv'
Exemplo n.º 7
0
 def __init__(self, *args, **kwargs):
     BaseVideo.__init__(self, *args, **kwargs)
     # not always flv...
     self.ext = NotAvailable