From f62c2a22916bb655bda40052e25e05dd916be65b Mon Sep 17 00:00:00 2001 From: greko Date: Sat, 18 May 2019 21:38:41 +0200 Subject: [PATCH] test commit --- channels/eurostreaming.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/channels/eurostreaming.py b/channels/eurostreaming.py index 2d29a533..ec1a17d6 100644 --- a/channels/eurostreaming.py +++ b/channels/eurostreaming.py @@ -115,7 +115,11 @@ def episodios(item): thumbnail=item.thumbnail, infoLabels=item.infoLabels )) - + +## itemlist = support.scrape(item, patron_block='', patron=patron, listGroups=listGroups, +## patronNext=patronNext, +## action='episodios') + tmdb.set_infoLabels_itemlist(itemlist, seekTmdb=True) support.videolibrary(itemlist, item)