RemoteDownloadApp - this simple web tool give possibility to download files on target device. In additions it allows to control all download stream parameters by web application interface.
- Python 3.6+
- Linux or Windows
- all packaged defined in requirements.txt
- Any web browser
- Simple and elegant interface with link validation
- Multiprocessing with all download tasks
- Converting and downloading files from youtube links in mp3 format
To start server -> clone repo and run cmd 'python3 -m RemoteDownloadApp.web_app.main'. In long term use you can add bash script to crontab or schedule task in order to run web app wen server device is booting. In case access to web app outside local network NAT forwarding on your gateway is needed.
Enter this address in web browser: '{ip address of server device}:5555'. After that you should see app interface.
- All libraries defined in file 'requirements.txt'
- Access to any web browser
RemoteDownloadApp is released under the MIT license. See LICENSE for details.