From 18c0f2123d1177cfbaf1cebb9743f15122e3233c Mon Sep 17 00:00:00 2001 From: Rain Date: Sat, 6 Apr 2024 22:44:51 -0400 Subject: [PATCH] Fixed stream saved location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6be7ce2..1ba0d8a 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ This script relies on [streamlink](https://streamlink.github.io) 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 see if the channel is live via a HTTP request. -Once a channel is live a [streamlink](https://streamlink.github.io) subprocess spawns in the background downloading the stream to it's default location (`$HOME/Videos/Stream/`) +Once a channel is live a [streamlink](https://streamlink.github.io) subprocess spawns in the background downloading the stream to it's default location (`$HOME/Downloads/Stream/`)