mgdm / htmlq

Like jq, but for HTML.
MIT License
7k stars 107 forks source link

Support multiple attributes #69

Open dogancelik opened 9 months ago

dogancelik commented 9 months ago

Hello, I needed to show multiple attributes so I made some changes. I added an extra argument "attribute separator" for separating the attributes (defaults to space).

Example:

$ htmlq -f download.html input -a name -a value -s =
Itemid=107
submit=Download
license_agree=1
download=431

Thank you for creating htmlq 🙏