mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 21:05:30 +00:00
implement custom invidious instance support
This commit is contained in:
parent
6afac2f85f
commit
22e3c301a2
4 changed files with 12 additions and 6 deletions
|
|
@ -21,9 +21,11 @@ sleep = 1
|
|||
# exec = ""
|
||||
# stdout_contains = [""]
|
||||
|
||||
# Supported values: youtube | invidious
|
||||
# Video instance provider
|
||||
|
||||
provider = "youtube"
|
||||
provider = "Youtube"
|
||||
# provider = "Invidious"
|
||||
# provider = { Invidious = "https://tux.rs" }
|
||||
|
||||
# Channels queue config
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue