Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update scraper.py
  • Loading branch information
danozgriff committed Feb 18, 2016
1 parent f933a73 commit 540e9ca
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("><", "")):
test2 = re.findall(r'(\">|\'>)(.*?)<\/', str(test1.replace(" ", "")).replace("><", ""))
#print re.search('', (.*?)', match).group()
print re.search('"'>"(.*?)', test2).group(0)
print re.search('"'>"(.*?)', test2).group(0)
#print re.search(r'', (\.*\?)', match)
# ("'>", 'III')
# ('">', '3iGroup')
Expand Down

0 comments on commit 540e9ca

Please sign in to comment.