Serie HD rimosso novità
This commit is contained in:
@@ -7,5 +7,6 @@
|
|||||||
"thumbnail": "seriehd.png",
|
"thumbnail": "seriehd.png",
|
||||||
"banner": "seriehd.png",
|
"banner": "seriehd.png",
|
||||||
"categories": ["tvshow"],
|
"categories": ["tvshow"],
|
||||||
|
"not_active":"include_in_newest",
|
||||||
"settings": []
|
"settings": []
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,26 +55,6 @@ def search(item, texto):
|
|||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
||||||
def newest(categoria):
|
|
||||||
support.log(categoria)
|
|
||||||
itemlist = []
|
|
||||||
item = support.Item()
|
|
||||||
try:
|
|
||||||
if categoria == "series":
|
|
||||||
item.url = host
|
|
||||||
item.contentType = 'tvshow'
|
|
||||||
itemlist = peliculas(item)
|
|
||||||
itemlist.pop()
|
|
||||||
# Continua la ricerca in caso di errore
|
|
||||||
except:
|
|
||||||
import sys
|
|
||||||
for line in sys.exc_info():
|
|
||||||
support.logger.error("{0}".format(line))
|
|
||||||
return []
|
|
||||||
|
|
||||||
return itemlist
|
|
||||||
|
|
||||||
|
|
||||||
@support.scrape
|
@support.scrape
|
||||||
def genre(item):
|
def genre(item):
|
||||||
patronMenu = '<a href="(?P<url>[^"]+)">(?P<title>[^<]+)</a>'
|
patronMenu = '<a href="(?P<url>[^"]+)">(?P<title>[^<]+)</a>'
|
||||||
|
|||||||
Reference in New Issue
Block a user