MangasOriginesDownloader

A script for download scans on MangasOrigines written in Python.

Installation

Install with PyPI

Install module:

python3 -m pip install MangasOrigines

Install manually

Clone the repo and switch to folder:

git clone https://github.com/Asthowen/MangasOriginesDownloader.git && cd MangasOriginesDownloader/

Install dependencies:

python3 -m pip install -r requirements.txt

Use

Installed with PyPI

Start the script:

mangas_origines

Enter a link: https://mangas-origines.fr/manga/martial-peak/ for example.

Enter download path: /home/asthowen/download/scans/ for example.

Installed manually

Start the script:

python3 run.py

Enter a link: https://mangas-origines.fr/manga/martial-peak/ for example.

Enter download path: /home/asthowen/download/scans/ for example.

GitHub

https://github.com/Asthowen/MangasOriginesDownloader