diff --git a/channels/eurostreaming_actor.py b/channels/eurostreaming_actor.py index 1d83b109..f3ff7bb4 100644 --- a/channels/eurostreaming_actor.py +++ b/channels/eurostreaming_actor.py @@ -31,7 +31,7 @@ def peliculas(item): patronNext = r'class="next".*?"(.+?)"' else: - patron = r'
.*?]+>(?P.+?)\s?(?: Serie Tv)?\s?\(?(?P<year>\d{4})?\)?<\/a><\/h2>' + patron = r'<div class="post-thumb">.*?<img src="(?P<thumb>[^"]+)".*?><a href="(?P<url>[^"]+)"[^>]+>(?P<title>.+?)[\<]?[/(](?P<year>.*?)[\)|a]' patronNext = r'next.*?href="(.*?)"' return locals()