From 614a54e20416e4fd5b42482b30031a5b26421b56 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Sat, 26 Oct 2019 10:47:50 +0200 Subject: [PATCH] Fix Animesaturn --- core/support.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/support.py b/core/support.py index 8647acd6..80d56ab2 100644 --- a/core/support.py +++ b/core/support.py @@ -775,7 +775,6 @@ def match(item, patron='', patronBlock='', headers='', url='', post=''): if patron: matches = scrapertoolsV2.find_multiple_matches(block, patron) - if not matches: matches = [''] log('MATCHES= ',matches) return matches, block