Scribd-dl 帮助下载:
要使用 Scridb-dl,您需要安装 Node.js。建议您使用可用的最新 LTS 版本。
请使用适合您平台的预构建安装程序来安装 Node.js。否则,您可能会遇到不同开发工具的不兼容问题。
要检查 Node.js 是否已正确安装,请在终端客户端中键入以下命令:
node -v
npm -v
这些命令应相应地打印 Node.js 和 npm 的版本。
git clone https://github.com/rkwyu/scribd-dl
cd ./scribd-dl
npm install
可以在config.ini
中更改配置。
[SCRIBD]
rendertime =100
[DIRECTORY]
output =output
rendertime
是 scribd.com 上单页渲染的等待时间(以毫秒为单位),仅适用于default
模式。
output
是生成的 .pdf 文件的输出目录。
Usage: npm start [options] url
Options:
/i image-based: generated by image snapshots taken for pages on scribd.com
npm start "https://www.scribd.com/doc/249398282/The-Minds-of-Billy-Milligan-Daniel-Keyes"
image-based
方法下载《The Minds of Billy Milligan》 npm start /i "https://www.scribd.com/doc/249398282/The-Minds-of-Billy-Milligan-Daniel-Keyes"
npm start "https://www.slideshare.net/slideshow/everything-you-need-to-know-about-chatgpt-8ba3/266783915"
npm start "https://www.everand.com/podcast-show/414106971/TED-Talks-Daily"
npm start "https://www.everand.com/listen/podcast/731670963"
该项目已获得 MIT 许可