This commit is contained in:
Alhaziel01
2020-07-29 12:09:29 +02:00
parent b3b4df3c69
commit 6eaf28b9f3

View File

@@ -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'