TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Extract links from webpages and download files, unzip and execute them

5 pointsby dogancelikalmost 10 years ago

1 comment

dogancelikalmost 10 years ago
Hello all! Author here, I would like to give some info: This is a Node.js module but I also provide a command line tool to use same features the module supports.<p>There are 2 ways to use the command line:<p>1. You can use a JSON file to download as many files as you want, unzip and execute them.<p>2. You can issue a commnand like this:<p><pre><code> endl d &quot;http:&#x2F;&#x2F;www.mp3tag.de&#x2F;en&#x2F;download.html&quot; &quot;div.download a&quot; </code></pre> The command above will download Mp3tag from their website with its original filename. (You can also set the filename yourself. Check the README file for more info.)