@@ -52,7 +52,7 @@ def list_all(item):
|
|||||||
itemlist = []
|
itemlist = []
|
||||||
data = get_source(item.url)
|
data = get_source(item.url)
|
||||||
data1 = scrapertools.find_single_match(data, '<div class=col-md-80 lado2(.*?)</div></div></div>')
|
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)
|
matches = re.compile(patron, re.DOTALL).findall(data1)
|
||||||
|
|
||||||
for scrapedurl, scrapedtitle, scrapedthumbnail in matches:
|
for scrapedurl, scrapedtitle, scrapedthumbnail in matches:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"active": true,
|
"active": true,
|
||||||
"adult": false,
|
"adult": false,
|
||||||
"language": ["cast", "lat", "vose"],
|
"language": ["cast", "lat", "vose"],
|
||||||
"thumbnail": "hmaxipelis24.png",
|
"thumbnail": "maxipelis24.png",
|
||||||
"categories": [
|
"categories": [
|
||||||
"movie"
|
"movie"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user