Releases: dealfonso/htmlq
Releases · dealfonso/htmlq
version that includes htmlq and urlf
Content
htmlq
is a simple command line utility to query HTML content as if you were using jQuery selectors (e.g. wget -q -O- www.google.com | htmlq title)urlf
is an add-on to htmlq, as a command line application to deal with URLs and extracting information about them (e.g. urlf -v q "https://www.google.com/search?q=github" obtains github).
Installation
The easiest installation is: pip install htmlq
first usable version
this is the first version to be available at pypi