2024-10-20 02:02:55 +02:00
|
|
|
[server]
|
|
|
|
port = 8282
|
|
|
|
host = "127.0.0.1"
|
2024-12-14 03:17:34 -03:00
|
|
|
secret_key = "myBeautifulKey"
|
2024-10-20 23:55:06 +02:00
|
|
|
base_url = "http://localhost:8282"
|
2024-12-13 21:12:49 +01:00
|
|
|
verify_requests = false
|
2024-10-20 02:02:55 +02:00
|
|
|
|
|
|
|
[cache]
|
|
|
|
enabled = true
|
2024-11-01 21:00:30 +01:00
|
|
|
# will get cached in /var/tmp/youtubei.js if you specify /var/tmp
|
|
|
|
# you need to change the --allow-write from deno run too
|
|
|
|
directory = "/var/tmp"
|
2024-10-20 02:02:55 +02:00
|
|
|
|
|
|
|
[networking]
|
2024-10-20 23:55:06 +02:00
|
|
|
#proxy = ""
|
2024-11-09 15:00:16 +01:00
|
|
|
# Enable YouTube new video format UMP
|
|
|
|
ump = false
|
2024-12-14 03:17:34 -03:00
|
|
|
# Some external videoplayback
|
|
|
|
# external_videoplayback_proxy = ""
|
2024-10-20 23:55:06 +02:00
|
|
|
|
|
|
|
[jobs]
|
2024-10-23 23:37:36 +02:00
|
|
|
|
|
|
|
[jobs.youtube_session]
|
2024-10-23 23:32:37 +02:00
|
|
|
po_token_enabled = true
|
2024-12-15 22:47:45 -03:00
|
|
|
frequency = "*/1 * * * *"
|
2024-11-01 18:48:11 +01:00
|
|
|
|
|
|
|
[youtube_session]
|
|
|
|
oauth_enabled = false
|
|
|
|
cookies = ""
|