Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jowang0319 committed Jul 1, 2017
1 parent 80d9467 commit 9e16311
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 @@ -42,7 +42,7 @@
pre_url = "http://www.boc.cn/sourcedb/whpj/index_"
post_url = ".html"

for i in range (1,11):
for i in range (1,21):
page_url = pre_url + str(i) + post_url
html = scraperwiki.scrape(page_url)

Expand Down

0 comments on commit 9e16311

Please sign in to comment.