rchenwh1te / StreamDownloader

A python script to download web streams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StreamDownloader

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).

Reuirements:

Windows users: Python 3 and above. Linux users: Debian-based distro (Debian, Ubuntu, Kali, etc.)

Installation

  1. Download installation file for your platform:

Linux: install.sh

Windows: https://sourceforge.net/projects/streamdownloader/files/latest/download

  1. 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)

Current supported sources:

  1. https://www.myfidelio.at/

Usage (Linux)

GUI (Graphical interface):

Command set during installation process

Contributing

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.

License

MIT

About

A python script to download web streams.

License:MIT License


Languages

Language:Python 98.3%Language:Shell 1.7%