mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 03:42:53 +00:00
37 lines
1.3 KiB
TOML
37 lines
1.3 KiB
TOML
|
[server]
|
||
|
port = 2020
|
||
|
hostname = "aperture.local:2020"
|
||
|
data_dir = "/home/glados/Videos/YouTube"
|
||
|
|
||
|
[tokens]
|
||
|
youtube = ""
|
||
|
|
||
|
[feeds]
|
||
|
[feeds.Fullsauce]
|
||
|
url = "https://www.youtube.com/channel/UC2_IYqb1Tc_8Azh7rByedPA"
|
||
|
page_size = 8 # The number of episodes to query each update (keep in mind, that this might drain API token)
|
||
|
update_period = "10m" # How often query for updates, examples: "60m", "4h", "2h45m"
|
||
|
quality = "high" # or "low"
|
||
|
format = "video" # or "audio"
|
||
|
max_height = 480
|
||
|
clean = { keep_last = 6 }
|
||
|
filters = { not_title = "Vinesauce Art Corner"}
|
||
|
|
||
|
[feeds.CrowVOD]
|
||
|
url = "https://www.youtube.com/channel/UCJDDY5VgK2jN5MFK3fHIMbA"
|
||
|
page_size = 3 # The number of episodes to query each update (keep in mind, that this might drain API token)
|
||
|
update_period = "10m" # How often query for updates, examples: "60m", "4h", "2h45m"
|
||
|
quality = "high" # or "low"
|
||
|
format = "video" # or "audio"
|
||
|
max_height = 480
|
||
|
clean = { keep_last = 3 }
|
||
|
|
||
|
[feeds.VargFull]
|
||
|
url = "https://www.youtube.com/channel/UCRNCUBq676nUhXyy8AJzD5w"
|
||
|
page_size = 3 # The number of episodes to query each update (keep in mind, that this might drain API token)
|
||
|
update_period = "10m" # How often query for updates, examples: "60m", "4h", "2h45m"
|
||
|
quality = "high" # or "low"
|
||
|
format = "video" # or "audio"
|
||
|
max_height = 480
|
||
|
clean = { keep_last = 3 }
|