- Fix Animesaturn e Paramount per kodi 19

- Disattivato Serietvsubita
 - Fix Server Preferiti
This commit is contained in:
Alhaziel01
2021-01-20 17:16:15 +01:00
parent 8a28fb3499
commit 8eae130850
6 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ def live(item):
def peliculas(item):
logger.debug()
def load_more(url):
second_url = host if url.startswith('/') else '' + url.replace('\u002F','/').replace('%5C','/')
second_url = host if url.startswith('/') else '' + url.replace('\u002F','/').replace('\\u002F','/').replace('%5C','/')
new_data = support.match(host + second_url).data.replace('\x01','l').replace('\x02','a')
return jsontools.load(new_data)['items']