From b07dc69a904f96902b1760154366a344f2bfe891 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Wed, 16 Dec 2020 11:52:23 +0100 Subject: [PATCH] fix Cinemalibero --- channels/cinemalibero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/cinemalibero.py b/channels/cinemalibero.py index 285106cc..b935f3ee 100644 --- a/channels/cinemalibero.py +++ b/channels/cinemalibero.py @@ -95,7 +95,7 @@ def episodios(item): item.contentType = 'tvshow' else:# item.extra == 'serie': support.info("Serie :", item) - patron = r'(?:>| )(?P\d+(?:x|×|×)\d+)[;]?[ ]?(?:(?P[^<–-]+)(?P<url>.*?)|(\2[ ])(?:<(\3.*?)))(?:</a><br /|</a></p|$)' + patron = r'(?:>| )(?P<episode>\d+(?:x|×|×)\d+)[;]?[ ]?(?:(?P<title>[^<–-]+)(?P<data>.*?)|(\2[ ])(?:<(\3.*?)))(?:</a><br /|</a></p|$)' patronBlock = r'>(?:[^<]+[Ss]tagione\s|[Ss]tagione [Uu]nica)(?:(?P<lang>iTA|ITA|Sub-ITA|Sub-iTA))?.*?</strong>(?P<block>.+?)(?:<strong|<div class="at-below)' item.contentType = 'tvshow' def itemHook(item):