Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vlakos committed Aug 1, 2018
1 parent 5d00c4d commit 19110ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -7,7 +7,7 @@
import urllib2
import lxml.etree

url = "http://www.staffssaferroads.co.uk/media/114997/03092012_forwebsite.pdf"
url = "http://www.acas.rs/wp-content/uploads/2017/12/Godisnji-plan-provere-za-2018.pdf"
pdfdata = urllib2.urlopen(url).read()
print "The pdf file has %d bytes" % len(pdfdata)

Expand Down

0 comments on commit 19110ef

Please sign in to comment.