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()