aggiornamento domini
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user