Skip to content

Releases: dealfonso/htmlq

version that includes htmlq and urlf

20 Oct 10:16
Compare
Choose a tag to compare

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

17 Sep 06:54
Compare
Choose a tag to compare

this is the first version to be available at pypi