From 40c201f4fcddf7e11b6dbca8235d80647e09b404 Mon Sep 17 00:00:00 2001
From: marco <10120390+mac12m99@users.noreply.github.com>
Date: Mon, 30 Nov 2020 20:24:03 +0100
Subject: [PATCH] fix ricerca filmpertutti
---
channels/filmpertutti.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/channels/filmpertutti.py b/channels/filmpertutti.py
index eaeb8f3e..0f5d2016 100644
--- a/channels/filmpertutti.py
+++ b/channels/filmpertutti.py
@@ -99,7 +99,7 @@ def genres(item):
def select(item):
support.info()
- patron=r'class="taxonomy category" >([^>]+)'
+ patron=r'class="taxonomy category"\s*>([^>]+)'
block = support.match(item.url, patron=patron,headers=headers).match
if block.lower() != 'film':
support.info('select = ### รจ una serie ###')