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 3, 2015
1 parent b1eea0f commit 93faf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
test2 = re.findall('\">(.*?)<\/', test1)
#test2 re.search(r'\"\>(.*)\<\/?', test1)
#test2 = re.findall('\">(.*?)<\/', test1) BEST
test2 = re.findall('(\">|(img/\)(.*?)(<\/|alt\=)', test1)
test2 = re.findall('(\">|img/\)(.*?)(<\/|alt\=)', test1)
print test2


Expand Down

0 comments on commit 93faf09

Please sign in to comment.