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 許可