Tuesday, 17 September 2013

Can't parse specific HTML page with BeautifulSoup

Can't parse specific HTML page with BeautifulSoup

I'm having trouble parsing this with BeautifulSoup. I think the problem is
that most of the content is loaded through a script, so that if you view
the source code, something like "Current Average Recommendation" is not
there.
I can instead try to parse
http://www.quotemedia.com/results.php&action=showDetailedQuote&webmasterId=500&targetsym=BCE">this
page, which looks like it contains the underlying content, but the page
seems to be a mess and will not parse cleanly.
Am I missing something obvious here?

No comments:

Post a Comment