Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tn2226 committed Apr 2, 2015
1 parent e551f32 commit 3749632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -47,8 +47,8 @@
else:
url = url_2
print url
url = "http://www.un.org/en/peacekeeping/contributors/2014/nov14_3.pdf"
prev_mon_abbr_1 = "nov"
url = "http://www.un.org/en/peacekeeping/contributors/2014/oct14_3.pdf"
prev_mon_abbr_1 = "oct"
### Read PDF
pdfdata = urllib2.urlopen(url).read()
print "The pdf file has %d bytes" % len(pdfdata)
Expand Down

0 comments on commit 3749632

Please sign in to comment.