From bb4a29300b867ff5a2287d3a46bd4d517eea1c3b Mon Sep 17 00:00:00 2001 From: Lulzette Date: Thu, 22 Jul 2021 23:23:03 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BD=D1=84=D0=B8=D0=B3=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_list.sh.template | 10 ---------- config_python.py.template | 4 ++++ 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 config_list.sh.template create mode 100644 config_python.py.template diff --git a/config_list.sh.template b/config_list.sh.template deleted file mode 100644 index 362e959..0000000 --- a/config_list.sh.template +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -########### -# just config file -########### - -list="jesusavgn" -twitchid="123456789qwertyuiops" -storage_path="/media/nfs/twitch/automatedRecording" -ytdl_path="/home/ubuntu/.local/bin" -ytdl_conf="-o %(uploader)s__%(upload_date)s_%(timestamp)s__%(title)s_%(id)s.%(ext)s" diff --git a/config_python.py.template b/config_python.py.template new file mode 100644 index 0000000..cac8a9f --- /dev/null +++ b/config_python.py.template @@ -0,0 +1,4 @@ +twitchid="....." +streamers = ("jesusavgn", "252mart", "vi0xxx") +path="/home/losted/test" +period = 5 \ No newline at end of file