Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfh committed Oct 26, 2014
1 parent 1364713 commit 44360d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def iriToUri(iri):
bezirke.append({"name": bezirk, "url": url})

for b in bezirke:
html = scraperwiki.scrape(b['url'])
html = scraperwiki.scrape(b["url"])
soup = BeautifulSoup(html).find(id="overlay-content")
for ortli in soup.find_all("li"):
url= iriToUri(domain + ortli.a['href'])
Expand Down

0 comments on commit 44360d4

Please sign in to comment.