mirror of
https://gitgud.io/Melon__Bread/auto-ttv-grabber.git
synced 2024-11-25 00:38:35 -05:00
9 lines
557 B
Markdown
9 lines
557 B
Markdown
# Auto TTV Grabber
|
|
|
|
## Getting started
|
|
|
|
This script relies on [dl-stream](https://codeberg.org/bashuser30/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](https://codeberg.org/bashuser30/dl-stream) subprocess spawns in the background downloading the stream to it's default location (`$HOME/Videos/dl-stream/<channel_name>`)
|