audioknigi-club-downloader-app icon indicating copy to clipboard operation
audioknigi-club-downloader-app copied to clipboard

Download stuff from audioknigi.club

Download multi-part audio books from Audioknigi.club

Pre-requisites

  • Python3 (https://www.python.org/downloads)
  • pip (https://pip.pypa.io/en/stable/installing/)
  • virtualenv (https://pypi.python.org/pypi/virtualenv)
  • git client (ftp://git.narod.ru)
  • Firefox web browser.

Installation (Windows)

  • Create a virtual environment, clone the code:
$ git clone https://github.com/deathtracktor/audioknigi-club-downloader-app.git src
$ cd audioknigi-club-downloader-app
$ python -m venv .venv
  • Activate virtual environment, install dependencies:
$ source .venv/bin/activate
# Windows
> .venv\Scripts\activate
  • Make sure you have the recent version of Firefox installed;
  • Download Geckodriver, extract to your current working directory;
  • Download and install ffmpeg (optional);
  • Run the app:
cd src
scripts\python app.py
  • Or build a single-file executable:
cd src
pyinstaller app.spec

Enjoy!