search works again
This commit is contained in:
parent
9294f3e964
commit
fbdf44e27a
4 changed files with 23 additions and 18 deletions
|
|
@ -27,8 +27,8 @@ __all__ = ['NolifeTVVideo']
|
|||
class NolifeTVVideo(BaseVideo):
|
||||
def __init__(self, *args, **kwargs):
|
||||
BaseVideo.__init__(self, *args, **kwargs)
|
||||
self.ext = 'mp4'
|
||||
self.ext = u'mp4'
|
||||
|
||||
@classmethod
|
||||
def id2url(cls, _id):
|
||||
return 'http://online.nolife-tv.com/index.php?id=%s' % _id
|
||||
return 'http://online.nolife-tv.com/emission-%s/' % _id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue