fix parsing authors on anyclip videos
This commit is contained in:
parent
7f6281122d
commit
9294f3e964
2 changed files with 7 additions and 5 deletions
|
|
@ -27,7 +27,7 @@ __all__ = ['DailymotionVideo']
|
|||
class DailymotionVideo(BaseVideo):
|
||||
def __init__(self, *args, **kwargs):
|
||||
BaseVideo.__init__(self, *args, **kwargs)
|
||||
self.ext = 'flv'
|
||||
self.ext = u'flv'
|
||||
|
||||
@classmethod
|
||||
def id2url(cls, _id):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue