We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23a84f commit 1fae567Copy full SHA for 1fae567
daft_scraper/search/options.py
@@ -60,6 +60,14 @@ class PropertyType(Enum):
60
HOUSE = "houses"
61
APARTMENT = "apartments"
62
STUDIO_APARTMENT = "studio-apartments"
63
+ DETACHED_HOUSE = "detached-houses"
64
+ SEMI_DETACHED_HOUSE = "semi-detached-houses"
65
+ TERRACED_HOUSE = "terraced-houses"
66
+ END_OF_TERRACE_HOUSE = "end-of-terrace-houses"
67
+ TOWNHOUSE = "townhouses"
68
+ DUPLEX = "duplexes"
69
+ BUNGALOW = "bungalows"
70
+ SITE = "sites"
71
72
73
@dataclass
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "daft-scraper"
3
-version = "1.2.6"
+version = "1.2.7"
4
description = "A webscraper for Daft.ie"
5
authors = ["Evan Smith <[email protected]>"]
6
license = "MIT"
0 commit comments