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 4de2f35 commit d6a1dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -25,8 +25,8 @@
test1 = re.search(r'MainContent_signalpagehistory_PatternHistory24_DXDataRow0((.|\n)+)MainContent_signalpagehistory_PatternHistory24_IADD', html).group(0)
# test2 = re.findall(r'(\"\>|img\/)((.)+)\<\/td\>\<td', test1)
#test2 = re.findall(r'\"\>(.*)(\<\/td\>\<td )', test1)
print re.search(r'\"\>(.*)[\<\/]', test1).group(0)

test2 re.search(r'\"\>(.*)\<\/?', test1)
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 d6a1dc0

Please sign in to comment.