pyquery
pyquery copied to clipboard
A jQuery-like library for Python (fork of https://bitbucket.org/olauzanne/pyquery/)
Hi, You're still ranking pretty highly in Google searches for pyquery. Would you mind updating your readme to note that https://github.com/gawel/pyquery/ is an active fork (the active fork? It's the...
#### `each` doesn't work properly. ``` python >>> d = pq(url="http://www.google.com") >>> d.find('div').each(lambda x: x.html()) [, , , , , , , , , , , , , ] ```...
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...
Hi, Have you used the Mercurial plugin to make the import? It is sad that there is no commit history and hard to see whether this repo corresponds to the...