[^>]+>[^>]+>[^>]+>]+>(?:(?P[^<]+))?<'
return locals()
def check(item):
movie = support.match(item, patron=r'Episodi: (\d*) Movie')
- anime_id = support.match(movie.data, patron=r'anime_id=(\d+)').match
- item.url = host + "/loading_anime?anime_id=" + anime_id
+ # anime_id = support.match(movie.data, patron=r'anime_id=(\d+)').match
+ # item.url = host + "/loading_anime?anime_id=" + anime_id
if movie.match:
item.contentType = 'movie'
episodes = episodios(item)
@@ -113,7 +114,7 @@ def check(item):
@support.scrape
def episodios(item):
if item.contentType != 'movie': anime = True
- patron = r']+>\s*(?P[^<]+)'
+ patron = r'episodi-link-button"> ]+>\s*(?P[^<]+)'
return locals()