StreamDownloader Code
A program written in python create to download web streams.
Brought to you by:
rchenwh1te
File | Date | Author | Commit |
---|---|---|---|
.gitignore | 2020-12-12 |
![]() |
[96b8dd] Compiled version released |
.idea | 2020-12-12 |
![]() |
[96b8dd] Compiled version released |
MyFidelio | 2020-12-31 |
![]() |
[b5e36f] Removed debugging output |
Sources | 2020-12-30 |
![]() |
[458e71] Added elapsed time and ETA |
media | 2020-12-30 |
![]() |
[458e71] Added elapsed time and ETA |
CHANGELOG.md | 2020-11-06 |
![]() |
[d6b1b0] Update CHANGELOG.md |
LICENSE | 2020-09-15 |
![]() |
[27cb72] Add LICENSE |
README.md | 2020-10-24 |
![]() |
[1d1a0f] Update README.md |
__main__.py | 2020-12-30 |
![]() |
[458e71] Added elapsed time and ETA |
requirements.txt | 2020-12-29 |
![]() |
[65d37a] Fixed bugs. Fixed search function. |
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.)
Linux: install.sh
Windows: https://sourceforge.net/projects/streamdownloader/files/latest/download
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.