/audioknigi-club-downloader-app

Download stuff from audioknigi.club

Primary LanguagePython

Download multi-part audio books from Audioknigi.club

Pre-requisites

Installation (Windows)

  • Create a virtual environment, clone the code:
virtualenv downloader
cd downloader
git clone https://github.com/deathtracktor/audioknigi-club-downloader-app.git src
  • Install dependencies:
scripts\pip install -r src\requirements.txt
  • Download Geckodriver, extract to your current working directory.
  • Make sure you have the recent version of Firefox installed.
  • Run the app:
cd src
scripts\python app.py
  • Or build a single-file executable:
cd src
pyinstaller app.spec --onefile

NB: A precompiled Windows 64-bit executable can be found here.

Enjoy!