pyquery
pyquery copied to clipboard
:not(contains("text")) not working for me
while
pq(url)('a:contains("text")')
works fine,
pq(url)('a:not(:contains("text"))')
does not, although it's valid jQuery.
should it?
If it shouldn't I would suggest that it ought to be documented, no?