fix seriehd (HDpass)
This commit is contained in:
@@ -148,5 +148,8 @@ def findvideos(item):
|
||||
if matches: item.url = support.urlparse.urljoin(url, matches[-1][0])
|
||||
return support.hdpass_get_servers(item)
|
||||
|
||||
|
||||
def play(item):
|
||||
return support.hdpass_get_url(item)
|
||||
if 'hdpass' in item.url:
|
||||
return support.hdpass_get_url(item)
|
||||
return [item]
|
||||
Reference in New Issue
Block a user