Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nictait committed Aug 2, 2014
1 parent 7d35571 commit df47fb9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions scraper.py
Expand Up @@ -58,15 +58,19 @@
if all( x in cell for x in ["2014","_ebola/"] ):
#if "_ebola/" in cell:
#print cell
urlstr = "http://www.who.int" + cell + '"'
print urlstr
urlstr = "http://www.who.int" + cell
#print urlstr
urllist.append(urlstr)

#print colnum
#print cell.text_content()


print "rows = " + str(rownum)

for url in urllist:
print url

#print "rows = " + str(rownum)


#url = "http://www.who.int/csr/don/2014_07_31_ebola/en/"
Expand Down

0 comments on commit df47fb9

Please sign in to comment.