Skip to content

Download a manga from a website and create an eBook (epub3) from it.

License

Notifications You must be signed in to change notification settings

Nantor/manga2epub3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Download a manga from a website and create an eBook (epub3) from it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages