Xidel 0.6 released (cli "webscraper" and XQuery engine)
I just made a new release of my Xidel, a command line tool for extracting data from web/html sites, supporting XQuery 1, XPath 2, CSS 3 selectors and pattern-matching.
E.g. you can get a list of all portable apps here with css selectors and xpath:
xidel https://portableapps.com/apps -e 'css(".content")/h2/following-sibling::ul/li/a'
Or only css: (but Xidel is mainly a XPath/XQuery processor, the css part is not really tested => I bet you can find some bugs there):
- Read more about Xidel 0.6 released (cli "webscraper" and XQuery engine)
- Log in or register to post comments