11 lines
280 B
Bash
11 lines
280 B
Bash
#!/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"
|