aggiornamento domini

This commit is contained in:
marco
2020-08-19 19:47:18 +02:00
parent 5c2c3776e2
commit 10690f1f2b
3 changed files with 4 additions and 5 deletions

View File

@@ -31,12 +31,12 @@
"ilgeniodellostreaming": "https://ilgeniodellostreaming.gy",
"italiaserie": "https://italiaserie.org",
"mondoserietv": "https://mondoserietv.com",
"netfreex": "https://www.netfreex.fun",
"netfreex": "https://www.netfreex.top",
"piratestreaming": "https://www.piratestreaming.movie",
"polpotv": "https://polpotv.life",
"raiplay": "https://www.raiplay.it",
"seriehd": "https://seriehd.productions",
"serietvonline": "https://serietvonline.store",
"serietvonline": "https://serietvonline.press",
"serietvsubita": "http://serietvsubita.xyz",
"serietvu": "https://www.serietvu.link",
"streamingcommunity":"https://streamingcommunity.to",

View File

@@ -54,7 +54,6 @@ def search(item, text):
item.url = host + '/?s=' + text
item.args = 'search'
try:
item.contentType = '' # non fa uscire le voci nel context menu
return peliculas(item)
except:

View File

@@ -88,7 +88,7 @@ def search(item, texto):
except:
import sys
for line in sys.exc_info():
logger.error("%s" % line)
support.log("%s" % line)
return []
@@ -111,7 +111,7 @@ def newest(categoria):
except:
import sys
for line in sys.exc_info():
logger.error("{0}".format(line))
support.log("{0}".format(line))
return []
return itemlist