[explorimmo] get missing photos
This commit is contained in:
parent
fbf629bac0
commit
1200865f4f
1 changed files with 2 additions and 0 deletions
|
|
@ -128,6 +128,8 @@ class HousingPage2(JsonPage):
|
||||||
m = re.search('http://thbr\.figarocms\.net.*(http://.*)', img)
|
m = re.search('http://thbr\.figarocms\.net.*(http://.*)', img)
|
||||||
if m:
|
if m:
|
||||||
photos.append(HousingPhoto(m.group(1)))
|
photos.append(HousingPhoto(m.group(1)))
|
||||||
|
else:
|
||||||
|
photos.append(HousingPhoto(img))
|
||||||
return photos
|
return photos
|
||||||
|
|
||||||
def obj_details(self):
|
def obj_details(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue