Fix SerieSubIta

This commit is contained in:
Alhaziel01
2019-11-09 13:44:01 +01:00
parent 92046ff620
commit 04ee8cbc30

View File

@@ -300,7 +300,6 @@ def search(item, texto):
patron = '<li class="cat-item cat-item-\d+"><a href="([^"]+)"\s?>([^<]+)</a>'
matches = support.match(item, patron, headers=headers)[0]
support.regexDbg(item, patron, headers)
for i, (scrapedurl, scrapedtitle) in enumerate(matches):
if texto.upper() in scrapedtitle.upper():
scrapedthumbnail = ""