From ebff2385b524dc6dd8348581a5eae75eeb45f70d Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Mon, 18 May 2020 12:46:31 +0200 Subject: [PATCH] Fix SerieHS e La Casa del Cinema --- channels/casacinemaInfo.py | 3 --- channels/seriehd.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/channels/casacinemaInfo.py b/channels/casacinemaInfo.py index 96eb3f07..0f197609 100644 --- a/channels/casacinemaInfo.py +++ b/channels/casacinemaInfo.py @@ -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) \ No newline at end of file diff --git a/channels/seriehd.py b/channels/seriehd.py index 2ed1a8cc..f973f38d 100644 --- a/channels/seriehd.py +++ b/channels/seriehd.py @@ -143,6 +143,3 @@ def findvideos(item): matches = support.match(url,patron=r'(\d+)<', patronBlock=r'

EPISODIO

').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) \ No newline at end of file