Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danozgriff committed Dec 2, 2015
1 parent 23dc7da commit 5ca9f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -24,6 +24,6 @@
#print re.findall(r'MainContent_signalpagehistory_PatternHistory24((.)+)\<\\table\>', html)
test1 = re.search(r'MainContent_signalpagehistory_PatternHistory24_DXDataRow0((.|\n)+)MainContent_signalpagehistory_PatternHistory24_IADD', html).group(0)
test2 = re.findall(r'(\"\>|img\/)((.)+)\<\/td\>\<td', test1)
print test20[0]
print test2[0]

# print re.search(r'\w{3}\.AX', re.search(r'MainContent_CompanyTicker((.)+)span', html).group(0)).group(0)

0 comments on commit 5ca9f2f

Please sign in to comment.