From 8bf14987427c7486755768393ab9193b4e266928 Mon Sep 17 00:00:00 2001 From: Intel1 <25161862+Intel11@users.noreply.github.com> Date: Thu, 25 Jan 2018 17:44:15 -0500 Subject: [PATCH] anitoonstv: update --- plugin.video.alfa/channels/anitoonstv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.video.alfa/channels/anitoonstv.py b/plugin.video.alfa/channels/anitoonstv.py index df815baa..f273670b 100644 --- a/plugin.video.alfa/channels/anitoonstv.py +++ b/plugin.video.alfa/channels/anitoonstv.py @@ -95,7 +95,7 @@ def episodios(item): patron = '
(.+?)<\/div>
' data = scrapertools.find_single_match(data, patron) - patron_caps = "
  • Capitulo: (.+?) - (.+?)<\/a>" + patron_caps = "
  • Cap(?:i|í)tulo: (.+?) - (.+?)<\/a>" matches = scrapertools.find_multiple_matches(data, patron_caps) show = scrapertools.find_single_match(data, 'Titulo.+?<\/span>(.+?)
    ') scrapedthumbnail = scrapertools.find_single_match(data, "")