diff --git a/channels/hd4me.py b/channels/hd4me.py
index 4612ffeb..a01174bc 100644
--- a/channels/hd4me.py
+++ b/channels/hd4me.py
@@ -22,7 +22,8 @@ def mainlist(item):
def peliculas(item):
# debug = True
if item.args == 'alternative':
- patron = r'[^"]+)'
+ pagination = ''
+ patron = r'[^"]+)'
else:
patron = r'[^"]+)'
patronNext = r'rel="?next"? href="([^"]+)"'