Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbradshaw committed Apr 8, 2017
1 parent 2014529 commit 58fde6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper.py
Expand Up @@ -105,6 +105,8 @@ def grabexcellinks(URL):
linkurl = link.attrib.get('href')
#print it
print linkurl
if linkurl[-3:] == 'xls':
print "That's an Excel sheet"
#run the function scrapesheets, using that variable as the parameter
#scrapespreadsheet(linkurl)

Expand Down

0 comments on commit 58fde6f

Please sign in to comment.