StreamDownloader is a Python script to download streams. Currently only working on https://www.myfidelio.at; soon going to add other popular websites (Netflix and more).
Windows users: Python 3 and above. Linux users: Debian-based distro (Debian, Ubuntu, Kali, etc.)
- Download installation file for your platform:
Linux: install.sh
Windows: https://sourceforge.net/projects/streamdownloader/files/latest/download
- Run the file:
Windows: install the program using the installer.
Linux:
cd /path/to/file
chmod +x install
sudo ./install
Install location will be user's directory (Windows: C:\Users\user.StreamDownloader | Linux: /home/user/.StreamDownloader)
GUI (Graphical interface):
Command set during installation process
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.