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)