This is really a cool tools. Really handy for a simple scrapping job. For example, to extract submission links on the front page, you can use:<p><pre><code> xidel https://news.ycombinator.com -e '//a[@class="storylink"]'</code></pre>