[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)
|
||||
if m:
|
||||
photos.append(HousingPhoto(m.group(1)))
|
||||
else:
|
||||
photos.append(HousingPhoto(img))
|
||||
return photos
|
||||
|
||||
def obj_details(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue