Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danozgriff committed Feb 18, 2016
1 parent c963b6b commit 35dc432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -68,7 +68,7 @@
test1 = re.search(r'Day\'s Volume(.*?)<br \/><\/div>', html).group()
for match in re.findall(r'(\">|\'>)(.*?)<\/', str(test1.replace(" ", "")).replace("><", "")):
#print re.search('\'\,\ (.*?)\', match).group()
print re.search('', (\.*?)', match)
print re.search(r'', (.*?)', match)
# ("'>", 'III')
# ('">', '3iGroup')

Expand Down

0 comments on commit 35dc432

Please sign in to comment.