mirror of
https://github.com/Bunsly/HomeHarvest.git
synced 2026-03-04 19:44:29 -08:00
feat(scrapers): add zillow
This commit is contained in:
@@ -3,10 +3,7 @@ from homeharvest import scrape_property
|
||||
|
||||
def test_realtor():
|
||||
results = [
|
||||
scrape_property(
|
||||
location="85281",
|
||||
site_name="realtor.com"
|
||||
),
|
||||
scrape_property(location="85281", site_name="realtor.com"),
|
||||
]
|
||||
|
||||
assert all([result is not None for result in results])
|
||||
|
||||
Reference in New Issue
Block a user