Fix SerieHS e La Casa del Cinema

This commit is contained in:
Alhaziel01
2020-05-18 12:46:31 +02:00
parent 8bff1d0ec4
commit ebff2385b5
2 changed files with 0 additions and 6 deletions

View File

@@ -126,6 +126,3 @@ 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,6 +143,3 @@ 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)