From 52c8db7acb5996e9918929ee675707028ecd908b Mon Sep 17 00:00:00 2001 From: mac12m99 <10120390+mac12m99@users.noreply.github.com> Date: Tue, 20 Apr 2021 21:01:17 +0200 Subject: [PATCH] Fix ilgeniodellostreaming --- channels/ilgeniodellostreaming.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/channels/ilgeniodellostreaming.py b/channels/ilgeniodellostreaming.py index 790622d0..d52b012f 100644 --- a/channels/ilgeniodellostreaming.py +++ b/channels/ilgeniodellostreaming.py @@ -98,13 +98,11 @@ def peliculas(item): def episodios(item): info() - patronBlock = r'

.*?[ ]?(?:\[(?P.+?\]))?

.+?
'\ - '
' + patronBlock = r'

.*?[ ]?(?:\[(?P.+?\]))?

.+?
\s*\s*
\s*\s*\s*\s*' patron = r'.*?'\ '
(?P[^<]+).*?
'\ '[^>]+>(?P[^<]+)<\/a>' -# debug = True + # debugBlock = True return locals() @support.scrape @@ -128,7 +126,7 @@ def search(item, text): info(text) itemlist = [] text = text.replace(' ', '+') - item.url = host + "?s=" + text + item.url = host + '/?a=b&s=' + text try: item.args = 'search' return peliculas(item)