nettruyen
v2.0.1
Published
nettruyen cli with <3
Readme
nettruyen
Crawl 1 comic to read offline.
Prerequisites
- Node.js 8+ (support async/await)
- Yarn or NPM
- A guy who love reading comic
How to use
- install node.js from: https://nodejs.org
- install this package:
npm install -g nettruyen- run help nettruyen --help
Using like a boss (developer way)
Crawl the comic
- Edit
CHAPTER_LIST_URL,CHAPTER_START,CHAPTER_END,PARALLEL_DOWNLOADincrawl.js - Run
node crawl.jsRead and enjoy
- Run
node server.jsFeatures
- [x] Crawl comic & read offline
- [x] Use keyboard to switch next/prev chapter
- [x] Hot key to GOTO a chapter
- [x] Remember last chapter you read
- [x] Setting for parallel download
- [x] Pass
COMIC/CHAPTER_START/CHAPTER_END/PARALLEL_DOWNLOADinto crawler args - [x] Build cli
- [x] Open in browser automatically
- [x] Select/search comic by wizard
- [x] Fix bug: auto scoll to old position when jump next/prev chap by Arrow button
- [ ] Manage multiple comic
