Skip to content

A simple python script for downloading books from akniga.org

Notifications You must be signed in to change notification settings

Frutto-Hub/akniga.org_book_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

  • Here is a tutorial on how to install ffmpeg for Windows users.
  • Make sure you've added ffmpeg.exe path to PATH environment variable as on the video

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:

  • url is a url to book you want to download
  • output is an absolute (or relative to the akniga_dl.py file) path to download folder

About

A simple python script for downloading books from akniga.org

Resources

Stars

Watchers

Forks

Languages