Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danozgriff committed May 13, 2016
1 parent 8fc2c31 commit 34fe1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -13,7 +13,7 @@


# Scan PDF # Scan PDF
test1 = re.search(r'VESSEL((.|\n)+)TIDES', x).group(0) test1 = re.search(r'VESSEL((.|\n)+)TIDES', x).group(0)
#print test1 print test1
#test1 = re.search(r'Day\'s Volume(.*?)<br \/><\/div>', html).group() #test1 = re.search(r'Day\'s Volume(.*?)<br \/><\/div>', html).group()
tuples = re.findall(r'((left=")(.*?)(</text>|"))', test1.replace('<b>', '').replace('</b>', '')) tuples = re.findall(r'((left=")(.*?)(</text>|"))', test1.replace('<b>', '').replace('</b>', ''))
cnt=0 cnt=0
Expand Down

0 comments on commit 34fe1e7

Please sign in to comment.