On the following page: http://v.qq.com/cover/y/yemixtioybrdw5x.html?vid=l00139h6ft5, I am trying to scrape the number of views (375.5 万). This seems to be generated dynamically, probably getting data from a json somewhere.
As I try to find that json, how can I know which javascript function changed the value of this element?
<em class="num" id="act_playnum">375.5 万</em>
Apologies for my lack of web development knowledge