Monitor for when a channel goes live and download it automatically
Go to file
2024-04-03 13:27:00 -04:00
.gitignore Added channel_list 2024-04-02 17:41:35 -04:00
LICENSE Add LICENSE 2024-04-02 21:33:48 +00:00
main.py Checks for dl-stream in path 2024-04-03 13:27:00 -04:00
README.md Made README semi useful 2024-04-03 13:13:09 -04:00

Auto TTV Grabber

Getting started

This script relies on dl-stream being in your systems path. You can find all of its requirements on the their project page. This script loops through all of the channels in channel_list.txt once per minute checking to seeif the channel is live via a HTTP request. Once a channel is live a dl-stream subprocess spawns in the background downloading the stream to it's default location ($HOME/Videos/dl-stream/<channel_name>)