Update hdfilmologia.py

This commit is contained in:
Intel1
2019-04-10 15:34:00 -05:00
committed by GitHub
parent 0989ae3ab4
commit b4b1a3c78b
+1 -1
View File
@@ -179,7 +179,7 @@ def genres(item):
logger.info()
itemlist = []
data = scrapertools.downloadpage(item.url)
data = httptools.downloadpage(item.url)
data = re.sub(r"\n|\r|\t|\s{2}| ", "", data)
patron = '<li class="myli"><a href="/([^"]+)">([^<]+)</a>'