Merge pull request #556 from chivmalev/master

correcciónes
This commit is contained in:
Alfa
2019-02-13 14:31:40 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ def list_all(item):
itemlist = []
data = get_source(item.url)
data1 = scrapertools.find_single_match(data, '<div class=col-md-80 lado2(.*?)</div></div></div>')
patron = '<a class=poster href=(.*?) title=(.*?)> <img.*?src=(.*?) alt.*?'
patron = '<a class=poster href=(.*?) title=(.*?)> <img.*?src=(.*?) alt'
matches = re.compile(patron, re.DOTALL).findall(data1)
for scrapedurl, scrapedtitle, scrapedthumbnail in matches:

View File

@@ -4,7 +4,7 @@
"active": true,
"adult": false,
"language": ["cast", "lat", "vose"],
"thumbnail": "hmaxipelis24.png",
"thumbnail": "maxipelis24.png",
"categories": [
"movie"
],