Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 701 Bytes

dkbson

Extract the dkbson in duokan.com for decoding duokan data.

DO NOT use for business!!

npm install

go run main.go

You can feel free to modify main.go to any book you want, even you can set your own cookie(download it you can use Chrome extension like cookie.txt export).

TODO

  1. I am trying to generate more pretty page(alternative) and load image even book internal link:
    1. let the duokan web page load local iss file to display rich text of the book(perfect but hard).
    2. write file to html with simple format(acceptable).
  2. Add queue when downloading.
  3. Save meta data into durability store(like MongoDB, Redis).
  4. Dependent on last, support breakpoint download.