Fix SerieHS e La Casa del Cinema
This commit is contained in:
@@ -126,6 +126,3 @@ def newest(categoria):
|
|||||||
def findvideos(item):
|
def findvideos(item):
|
||||||
support.log('findvideos ->', item)
|
support.log('findvideos ->', item)
|
||||||
return support.hdpass_get_servers(item)
|
return support.hdpass_get_servers(item)
|
||||||
|
|
||||||
def play(item):
|
|
||||||
return support.hdpass_get_url(item)
|
|
||||||
@@ -143,6 +143,3 @@ def findvideos(item):
|
|||||||
matches = support.match(url,patron=r'<a href="([^"]+)">(\d+)<', patronBlock=r'<h3>EPISODIO</h3><ul>(.*?)</ul>').matches
|
matches = support.match(url,patron=r'<a href="([^"]+)">(\d+)<', patronBlock=r'<h3>EPISODIO</h3><ul>(.*?)</ul>').matches
|
||||||
if matches: item.url = support.urlparse.urljoin(url, matches[-1][0])
|
if matches: item.url = support.urlparse.urljoin(url, matches[-1][0])
|
||||||
return support.hdpass_get_servers(item)
|
return support.hdpass_get_servers(item)
|
||||||
|
|
||||||
def play(item):
|
|
||||||
return support.hdpass_get_url(item)
|
|
||||||
Reference in New Issue
Block a user