diff --git a/channels/serietvsubita.py b/channels/serietvsubita.py index a5429293..80a99a45 100644 --- a/channels/serietvsubita.py +++ b/channels/serietvsubita.py @@ -292,7 +292,7 @@ def search(item, texto): info(texto) itemlist = [] try: - patron = r'
  • ([^<]+)' + patron = r'
  • ([^<]+)' matches = support.match(item, patron=patron, headers=headers).matches for i, (scrapedurl, scrapedtitle) in enumerate(matches): if texto.upper() in scrapedtitle.upper():