pyquery
pyquery copied to clipboard
PyQuery dealing with Chinese webpage
When i was using PyQuery to get some Chinese webpage, I stuck at this one page, to be exactly, this page-http://bbs.hupu.com/fyt-2, it turns out that i cannot use PyQuery to get the whole webpage, what I get is a partial content, anyone knows why ? tmp=PyQuery(url='http://bbs.hupu.com/fyt-2')
this problem really got me stuck....
Maybe the other content is rendered by JavaScript so that PyQuery cannot see.