fix: cinemalibero - eurostreaming

This commit is contained in:
greko17
2019-12-03 15:55:59 +01:00
parent 191e30201c
commit 01262a8e2a
2 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ def pagina(url):
data = httptools.downloadpage(url, headers=headers).data.replace("'", '"')
elif 'clicca qui</span>' in data.lower():
item.url = scrapertoolsV2.find_single_match(data, '<h2 style="text-align: center;"><a href="([^"]+)">')
url = scrapertoolsV2.find_single_match(data, '<h2 style="text-align: center;"><a href="([^"]+)">')
# Carica la pagina
data = httptools.downloadpage(url, headers=headers).data.replace("'", '"')