Skip to content

version that includes htmlq and urlf

Latest
Compare
Choose a tag to compare
@dealfonso dealfonso released this 20 Oct 10:16

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