A Python command line application to download HTTP media streams.
- Click (for creating beautiful command line interfaces)
pip install virtualenv
virtualenv venv
source venv/bin/activate (for windows venv\Scripts\activate)
pip install -r requirements.txt
To add a stream, simply add the name and url in the setting.ini file.
format for setting.ini file: [name] = [url]
python main.py --help
python main.py
then follow user input prompt
Enter Station: [from setting.ini file]
Number of minutes: [how long to record stream]
CTRL + Esc (Windows)
Command-Shift-Option-Esc (Mac)