From 5ccf65b418c55480cebedf783385c38f5ece7e6d Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Tue, 20 Apr 2021 19:11:30 +0200 Subject: [PATCH] Fix VVVVID (Generi) --- channels/vvvvid.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/channels/vvvvid.py b/channels/vvvvid.py index 149d356b..55c88aba 100644 --- a/channels/vvvvid.py +++ b/channels/vvvvid.py @@ -101,6 +101,7 @@ def newest(categoria): def peliculas(item): itemlist = [] + # support.dbg() if not item.args: json_file =loadjs(item.url + 'channel/10005/last/') support.logger.debug(json_file) @@ -124,6 +125,7 @@ def peliculas(item): else : json_file=loadjs(item.url) + item.args='' make_itemlist(itemlist, item, json_file) if 'category' in item.args: support.thumb(itemlist,genre=True)