Frutto-Hub / akniga.org_book_downloader

A simple python script for downloading books from akniga.org
1 stars 2 forks source link

Akniga.org book downloader

Akniga.org book downloader is a simple python script for downloading books from akniga.org.

You can install all essential packages with simple command in terminal:

pip install -r requirements.txt

ffmpeg is also required

Usage:

usage: akniga_dl.py [-h] [-d | -f] url output

Download a book from akniga.org

positional arguments: url Book's url for downloading output Absolute or relative path where book will be downloaded

options: -h, --help show this help message and exit -d, --delete Delete full book folder, after chapter separation is done -f, --full Do not separate the book into multiple chapters, if any

Where: