This is a beautifulsoup procedure that grabs content within all html tags. After grabbing content from some web pages, I get an error th
beautifulsoup
You probably hit a string. Iterating over a string yields 1-length strings. Iterating over that 1-length string yields a 1-length string. Iterating over THAT 1-length string...