deathtracktor / audioknigi-club-downloader-app

Download stuff from audioknigi.club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download multi-part audio books from Audioknigi.club

Pre-requisites

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!

About

Download stuff from audioknigi.club


Languages

Language:Python 100.0%