I am using BeautifulSoup to parse some content from a html page.
I can extract from the html the content I want (i.e. the text contained in a span defin
span
result.get_text(separator=" ") should work.
result.get_text(separator=" ")