Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLundSE26 committed Dec 14, 2017
1 parent ffb231e commit 3bc378a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -24,7 +24,7 @@ def search(mth):

print len(result_dom.xpath("body"))
print len(result_dom.xpath("//div"))
print len(result_dom.xpath("body/div/div/div[3]/div"))
print len(result_dom.xpath("body/div/div/div[3]/div[3]/div"))

results = result_dom.xpath("//ul[@id='searchresults']")
print len(results)
Expand Down

0 comments on commit 3bc378a

Please sign in to comment.