diff --git a/channels/hd4me.py b/channels/hd4me.py index f098941d..c3d22289 100644 --- a/channels/hd4me.py +++ b/channels/hd4me.py @@ -22,8 +22,11 @@ def mainlist(item): @support.scrape def peliculas(item): # debug = True - patron = r'(?P[^<]+)<' + def itemHook(item): + if item.fulltitle in ['Classici Disney', 'Studio Ghibli', 'Pixar']: + item.args = 'alternative' + return item return locals()