TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

5 点作者 dogancelik将近 10 年前

1 comment

dogancelik将近 10 年前
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.)