I would like to know how can I get everything from the list using a python scraper. This I want to take http://prntscr.com/dged67 I figured out how to get it but it has some ugly tags I want to get rid of.
info = soup.findAll('ul',{'class':'list-unstyled pull-left custom-stats'})
print info
This is the code I'm using. This is what I'm getting http://prntscr.com/dgedzu