dsc / pyquery

A jQuery-like library for Python (fork of https://bitbucket.org/olauzanne/pyquery/)
Other
105 stars 7 forks source link

PyQuery dealing with Chinese webpage #5

Open samuel-liyi opened 11 years ago

samuel-liyi commented 11 years ago

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')

samuel-liyi commented 11 years ago

this problem really got me stuck....

imwilsonxu commented 11 years ago

Maybe the other content is rendered by JavaScript so that PyQuery cannot see.