Skip to content

p1atdev/manga-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manga-rs

wip

Installation

cargo install --git https://github.com/p1atdev/manga-rs cli

Usage

❯ manga --help
Usage: manga <COMMAND>

Commands:
  episode  
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

Examples

  • download an episode as a cbz file

Tip

.cbz is a just a .zip file with a different extension. You can rename it to .zip and extract it.

manga episode https://tonarinoyj.jp/episode/2550912964641693231 \
    --output-dir ./output \
    --save-as cbz \
    --format webp
  • download available multiple episodes as image files
manga series https://shonenjumpplus.com/episode/17106371853091617526 \
    --output-dir ./output \
    --save-as raw \
    --format webp

Supported Websites

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published