Skip to content

异步图书e读版本批量下载工具+阅读器

License

Notifications You must be signed in to change notification settings

rexchun/epubit-ebook-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

异步图书e读版本下载工具

此项目代码仅供个人学习参考, 严禁用于违法传播图书等.

Fork from alanwei43/epubit-ebook-download.

下载方法

  1. 将本项目clone到本地, 执行 npm install (国内环境可使用 npm install --registry=https://registry.npm.taobao.org).
  2. 进入异步社区登陆账号, 进入书籍的e读在线阅读页面 ( 必须是已经购买了的书, 比如《免费示例书籍》 ), 打开浏览器开发者工具, 过滤找到 /pubcloud/content/front/ebookFolderTree 请求, 记下请求的 Cookie 值(包含acw_tcSESSION)和请求参数的 projectId 值. request
  3. 项目根目录执行 npm run download, 按提示输入步骤2记下的 CookieprojectId. download
  4. logs/ 目录下有下载进度日志, 下载内容会保存到 books/ 目录. result

批量下载

  1. 将 cookie 和 project id 维护到 package.jsonconfig 配置节, 然后执行 npm run download 即可. batch config

阅读

  1. 执行 npm run reader, 然后使用浏览器访问 http://localhost:8002/reader/ 即可. (阅读的前提是 /books 目录下有下载好的书籍), 效果如下:

reader

About

异步图书e读版本批量下载工具+阅读器

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published