[explorimmo] get missing photos

This commit is contained in:
Bezleputh 2015-02-25 12:59:52 +01:00 committed by Romain Bignon
commit 1200865f4f

View file

@ -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):