Skip to content

leesei/refine-manhuaren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refine Manhuaren

NPM Version

js-standard-style David Dependencies David Dev Dependencies

js-standard-style

Refine Manhuaren is an extractor to extract Manhuaren comics, inspired by gumblex/refine-buka.

refine-manhuaren demo - asciinema

Install

npm install -g refine-manhuaren

Usage

Manhuaren stores downloads in manhuaren/download/.
The target folder can be changed in settings, e.g.:

  • /storage/emulated/0/
  • /storage/emulated/0/Android/data/com.ilike.cartoon/
  • /storage/extSdCard/Android/data/com.ilike.cartoon/

Copy the manhuaren folder to your PC, say ~/manhuaren.

Then use refine-manhuaren to query or extract the folder.

info

refine-manhuaren info ~/manhuaren/
# also work for subtree
refine-manhuaren info ~/manhuaren/download/16464
# output result in JSON format
refine-manhuaren info ~/manhuaren/ -j > downloaded.json

extract

refine-manhuaren extract ~/manhuaren/ ~/out
# also work for subtree
refine-manhuaren extract ~/manhuaren/download/16464 -z
# some manga's file names in chapter info is not sorted (e.g. 3x3 Eyes)
# use `-I` to ignore it and rename files using the original index
refine-manhuaren extract ~/manhuaren/download/1210 -I

TODO:
we don't have progress with zipFolder()
check zipFolder()'s source and use Archiver ourself
Or check if zip-local supports progress

About

Refine Manhuaren is an extractor to extract Manhuaren comics.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published