From 6eaf28b9f3d49530d031226f9c54cdd59a57be78 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 29 Jul 2020 12:09:29 +0200 Subject: [PATCH] Fix AW --- channels/animeworld.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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'