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 eb3d217 commit 797a8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -69,7 +69,7 @@
for match in re.findall(r'(\">|\'>)(.*?)<\/', str(test1.replace(" ", "")).replace("><", "")):

#print re.search('', (.*?)', match).group()
print re.search(r'", (.*?)', match).group(0)
print re.search(r'", (.*?)', match)
#print re.search(r'', (\.*\?)', match)
# ("'>", 'III')
# ('">', '3iGroup')
Expand Down

0 comments on commit 797a8cf

Please sign in to comment.