Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pau1mi11er committed Aug 19, 2017
1 parent f22bf28 commit ab97077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -83,7 +83,7 @@ def scrape_individual_house(house_url, town):
def scrape_results_page(results_url, town, initial=False):
results_url = DOMAIN + results_url
print 'Domain %s' % results_url
html = scraperwiki.scrape('http://www.rightmove.co.uk/property-for-sale/find.html?searchType=SALE&locationIdentifier=REGION%5E126')
html = scraperwiki.scrape('www.rightmove.co.uk/property-for-sale/find.html?searchType=SALE&locationIdentifier=REGION%5E126')
#html = scraperwiki.scrape(results_url)
print 'here'
parser = etree.HTMLParser()
Expand Down

0 comments on commit ab97077

Please sign in to comment.