It's silly to use BeautifulSoup to parse the page when you could use a simple RegEx:

?)\\"(.?)>(.?)(.?)
BeautifulSoup is great, as long as you're using open source HTML5 parser from Google. https://github.com/google/gumbo-parser