From 8b4802b4e133bb4f4c0e929e8b29403b59f3b832 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Sat, 27 Jan 2018 08:10:45 -0500 Subject: [PATCH] Update hentaiid.py --- plugin.video.alfa/channels/hentaiid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/hentaiid.py b/plugin.video.alfa/channels/hentaiid.py index 926353a9..d6f05214 100755 --- a/plugin.video.alfa/channels/hentaiid.py +++ b/plugin.video.alfa/channels/hentaiid.py @@ -75,7 +75,7 @@ def series(item): show=show, fulltitle=fulltitle, fanart=thumbnail, folder=True)) if pagination: - page = scrapertools.find_single_match(pagination, '>Page\s*(\d+)\s*of\s*\d+<') + page = scrapertools.find_single_match(pagination, '>(?:Page|Página)\s*(\d+)\s*(?:of|de)\s*\d+<') pattern = 'href="([^"]+)">%s<' % (int(page) + 1) url_page = scrapertools.find_single_match(pagination, pattern)