diff --git a/channels/animeworld.py b/channels/animeworld.py index 325cdfb6..cdced9be 100644 --- a/channels/animeworld.py +++ b/channels/animeworld.py @@ -47,15 +47,13 @@ def get_data(item, head=[]): #check that the key is still valid - if 'toHex(slowAES.decrypt(c,2,a,b))' in data and item.count < 3: + if 'document.cookie=' in data and item.count < 3: item.count += 1 - config.set_setting('KTVSecurity', '', item.channel) + config.set_setting('key', '', item.channel) return get_data(item) return data - - @support.menu def mainlist(item): anime=['/filter?sort=', @@ -67,6 +65,7 @@ def mainlist(item): ('Generi',['/?d=1','genres',])] return locals() + @support.scrape def genres(item): action = 'peliculas'