mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 12:55:32 +00:00
initial commit
This commit is contained in:
parent
90537ec233
commit
c160c30ee5
10 changed files with 2751 additions and 1 deletions
29
example/config.toml
Normal file
29
example/config.toml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Update channels queue, in seconds (activates daemon mode)
|
||||
# * unset or comment to run once
|
||||
# update = 60
|
||||
|
||||
# Channels queue config
|
||||
|
||||
[channel.test]
|
||||
id = "UCl2mFZoRqjw_ELax4Yisf6w" # channel ID
|
||||
is_live = true
|
||||
is_short = false
|
||||
is_upcoming = false
|
||||
|
||||
# Channel item commands to apply (in order)
|
||||
|
||||
[[channel.test.command]]
|
||||
exec = "/usr/bin/echo {ID}" # Supported macro replacements: * {ID} - parsed item URL
|
||||
stdout_contains = "\n" # Check stdout for containing expected string, optional
|
||||
|
||||
# [[channel.test.command]]
|
||||
# ..
|
||||
|
||||
# [[channel.test.command]]
|
||||
# ..
|
||||
|
||||
# [channel.test2]
|
||||
# ..
|
||||
|
||||
# [channel.test3]
|
||||
# ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue