Fix VVVVID (Generi)
This commit is contained in:
@@ -101,6 +101,7 @@ def newest(categoria):
|
|||||||
|
|
||||||
def peliculas(item):
|
def peliculas(item):
|
||||||
itemlist = []
|
itemlist = []
|
||||||
|
# support.dbg()
|
||||||
if not item.args:
|
if not item.args:
|
||||||
json_file =loadjs(item.url + 'channel/10005/last/')
|
json_file =loadjs(item.url + 'channel/10005/last/')
|
||||||
support.logger.debug(json_file)
|
support.logger.debug(json_file)
|
||||||
@@ -124,6 +125,7 @@ def peliculas(item):
|
|||||||
|
|
||||||
else :
|
else :
|
||||||
json_file=loadjs(item.url)
|
json_file=loadjs(item.url)
|
||||||
|
item.args=''
|
||||||
make_itemlist(itemlist, item, json_file)
|
make_itemlist(itemlist, item, json_file)
|
||||||
if 'category' in item.args:
|
if 'category' in item.args:
|
||||||
support.thumb(itemlist,genre=True)
|
support.thumb(itemlist,genre=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user