mgdm / htmlq

Like jq, but for HTML.
MIT License
7.09k stars 111 forks source link

Does not work: not direct descendants and :not() pseudo selector #26

Open honzajde opened 3 years ago

honzajde commented 3 years ago

I want to remove all img elements by running htmlq 'main *:not(img)' Seems to work only as htmlq 'main > *:not(img)'