From ef1c9a773602a2913180dc804a183cfed0c42a86 Mon Sep 17 00:00:00 2001 From: TheHacker66 Date: Thu, 21 Mar 2024 19:39:49 +0100 Subject: [PATCH] Fix maxstream su cineblog01 (#485) --- channels.json | 2 +- channels/cineblog01.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/channels.json b/channels.json index 136d8175..e3ce8cef 100644 --- a/channels.json +++ b/channels.json @@ -40,4 +40,4 @@ "cineblog01": "https://cb01.uno", "filmpertutti": "https://filmpertuttiii.nuovo.live" } -} \ No newline at end of file +} diff --git a/channels/cineblog01.py b/channels/cineblog01.py index 9bd81083..1190c394 100644 --- a/channels/cineblog01.py +++ b/channels/cineblog01.py @@ -145,7 +145,7 @@ def episodios(item): addVideolibrary = False downloadEnabled = False - patron = r'(?P[^<]+)<td><a [^>]+href="(?P<url>[^"]+)[^>]+>' + patron = r'<tr><td>(?P<title>[^<]+)<td><span [^>].+?><a [^>]+href="(?P<url>[^"]+)[^>]+>' sceneTitle = True # debug = True