diff --git a/channels/animesubita.py b/channels/animesubita.py index 2bf8b2ce..e6112700 100644 --- a/channels/animesubita.py +++ b/channels/animesubita.py @@ -71,7 +71,8 @@ def genres(item): def peliculas(item): anime = True if item.args == 'updated': - patron = r'
\s*]*>\s*[^"]+)"' + #patron = r'
\s*]*>\s*[^"]+)"' + patron = r'
\s* [^"]+)"' patronNext = r'' action = 'findvideos' elif item.args == 'alt': @@ -83,7 +84,8 @@ def peliculas(item): pagination = '' patronBlock = r'
    ]+>(?P.*?)
' patron = r'
]+>(?P.*?)(?: [Oo][Aa][Vv])?(?:\s*(?P<lang>[Ss][Uu][Bb].[Ii][Tt][Aa])[^<]+)?</a>' - action = 'episodios' + action = 'episodios' + debug = True return locals()