Eurostreaming_Actor: fix per range anno
This commit is contained in:
@@ -31,7 +31,7 @@ def peliculas(item):
|
|||||||
patronNext = r'class="next".*?"(.+?)"'
|
patronNext = r'class="next".*?"(.+?)"'
|
||||||
|
|
||||||
else:
|
else:
|
||||||
patron = r'<div class="post-thumb">.*?<img src="(?P<thumb>[^"]+)".*?><a href="(?P<url>[^"]+)"[^>]+>(?P<title>.+?)\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="(.*?)"'
|
patronNext = r'next.*?href="(.*?)"'
|
||||||
|
|
||||||
return locals()
|
return locals()
|
||||||
|
|||||||
Reference in New Issue
Block a user