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