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