2020-03-21 09:33:16 +03:00
|
|
|
#!/bin/bash
|
|
|
|
###########
|
|
|
|
# just config file
|
|
|
|
###########
|
|
|
|
|
|
|
|
list="jesusavgn"
|
2021-04-24 09:29:18 +03:00
|
|
|
twitchid="123456789qwertyuiops"
|
2020-03-21 09:33:16 +03:00
|
|
|
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"
|