Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p1atdev/manga-rs
https://github.com/p1atdev/manga-rs
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/p1atdev/manga-rs
- Owner: p1atdev
- License: apache-2.0
- Created: 2024-08-26T07:43:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T12:06:18.000Z (15 days ago)
- Last Synced: 2024-12-22T12:29:09.528Z (15 days ago)
- Language: Rust
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# manga-rs
wip
## Installation
```bash
cargo install --git https://github.com/p1atdev/manga-rs cli
```## Usage
```bash
❯ manga --help
Usage: mangaCommands:
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](https://en.wikipedia.org/wiki/Comic_book_archive) file
> [!TIP]
> `.cbz` is a just a `.zip` file with a different extension. You can rename it to `.zip` and extract it.```bash
manga episode https://tonarinoyj.jp/episode/2550912964641693231 \
--output-dir ./output \
--save-as cbz \
--format webp
```- download available multiple episodes as image files
```bash
manga series https://shonenjumpplus.com/episode/17106371853091617526 \
--output-dir ./output \
--save-as raw \
--format webp
```## Supported Websites
- [x] [ChojuGiga Viewer](https://hatena.co.jp/solutions/gigaviewer) family: Episode and Series download are supported
- [Shonen Jump Plus](https://shonenjumpplus.com)
- [Tonari no Young Jump](https://tonarinoyj.jp)
- [Shonen Jump Magazine Pocket](https://pocket.shonenmagazine.com)
- [Comic Days](https://comic-days.com)
- [Kurage Bunch](https://kuragebunch.com)
- [Comic Heros](https://viewer.heros-web.com)
- [Comic Border](https://comicborder.com)
- [Comic Gardo](https://comic-gardo.com)
- [Comic Zenon](https://comic-zenon.com)
- [Magcomi](https://magcomi.com)
- [Comic Action](https://comic-action.com)
- [Comic Trail](https://comic-trail.com)
- [Comic Growl](https://comic-growl.com)
- [Feelweb](https://feelweb.jp)
- [Sunday Webry](https://www.sunday-webry.com)
- [Comic Ogyaaa](https://comic-ogyaaa.com)
- [Comic Earthstar](https://comic-earthstar.com)
- [Ourfeel](https://ourfeel.jp)
- [x] [Comic FUZ](https://comic-fuz.com): Episode download is supported
- [ ] ~~[Manga Library Z](https://www.mangaz.com)~~ (Service has been discontinued)
- [ ] [Ichijin Plus](https://ichijin-plus.com)
- [x] [Kadokomi (former ComicWalker)](https://comic-walker.com): Episode download is supported
- [ ] [Piccoma](https://piccoma.com)