https://github.com/nantor/manga2epub3
Download a manga from a website and create an eBook (epub3) from it.
https://github.com/nantor/manga2epub3
command-line epub manga mangapanda python python-3 python3
Last synced: 7 months ago
JSON representation
Download a manga from a website and create an eBook (epub3) from it.
- Host: GitHub
- URL: https://github.com/nantor/manga2epub3
- Owner: Nantor
- License: mit
- Created: 2017-05-29T14:25:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T19:49:10.000Z (over 6 years ago)
- Last Synced: 2025-01-29T13:28:20.587Z (9 months ago)
- Topics: command-line, epub, manga, mangapanda, python, python-3, python3
- Language: Python
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manga to epub3
This python script download a manga from the web and saved it to the epub3 format.
Currently the epub will generated with a minimum of metadata.
Mangapanda.com is currently the only webpage wich is suported.
### Usage:
usage: main.py [-h] [-s] [-c CHAPTER] url folder
Save a manga from mangapanda.com to a epub3 file
positional arguments:
url The absolute or relative url to the manga.
folder Path to th folder where the epub(s) will stored.
optional arguments:
-h, --help show this help message and exit
-s, --single The manga will stored in a single epub instant of a
separate epub for each chapter.
-c CHAPTER, --chapter CHAPTER
Save only a specific chapter with the chapter number
CHAPTER.