Im trying to parse a bands myspace page and get the total number of
plays for their songs. e.g. http://www.myspace.com/mybloodyvalentine
The problem is that I cannot use urllib2 as the "Total plays" string
does not appear in the page source.
Any idea of ways around this?
Thanks,
O