diff --git a/modules/seloger/pages.py b/modules/seloger/pages.py index 9d42a1e..b41dfa7 100644 --- a/modules/seloger/pages.py +++ b/modules/seloger/pages.py @@ -190,7 +190,7 @@ class HousingPage(HTMLPage): photos = [] for photo in Dict('photoList')(self): - photos.append(HousingPhoto("https:{}".format(photo['fullscreenUrl']))) + photos.append(HousingPhoto(photo['fullscreenUrl'])) return photos