From 6d447236b266d82c56226f655392e56f1f4d4e19 Mon Sep 17 00:00:00 2001 From: mac12m99 Date: Sat, 14 Sep 2019 13:54:56 +0200 Subject: [PATCH] aggiunta in videoteca siti dooplay (streamingAltadefinizione) --- core/support.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index a09e1087..2145186a 100644 --- a/core/support.py +++ b/core/support.py @@ -479,7 +479,10 @@ def dooplay_get_links(item, host): def dooplay_get_episodes(item): item.contentType = "episode" patron = '
  • .*?[^"]+).*?(?P[0-9]+ - [0-9]+).*?(?P[^<>]+).*?(?P<year>[0-9]{4})' - # debug = True + + def itemlistHook(itemlist): + return videolibrary(itemlist, item, function='episodios') + return locals()