Revert "Fix SerieHS e La Casa del Cinema"

This commit is contained in:
marco
2020-05-21 20:26:22 +02:00
parent 46defa07e4
commit ddfbc81b91
2 changed files with 6 additions and 0 deletions

View File

@@ -126,3 +126,6 @@ def newest(categoria):
def findvideos(item):
support.log('findvideos ->', item)
return support.hdpass_get_servers(item)
def play(item):
return support.hdpass_get_url(item)

View File

@@ -143,3 +143,6 @@ def findvideos(item):
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])
return support.hdpass_get_servers(item)
def play(item):
return support.hdpass_get_url(item)