2024-10-19 21:02:55 -03:00
|
|
|
[server]
|
|
|
|
port = 8282
|
|
|
|
host = "127.0.0.1"
|
2024-12-16 07:51:41 -03:00
|
|
|
# secret key needs to be 16 characters long or more
|
2024-11-18 10:11:39 -03:00
|
|
|
secret_key = "CHANGE_ME"
|
2024-10-20 18:55:06 -03:00
|
|
|
base_url = "http://localhost:8282"
|
2024-12-13 17:12:49 -03:00
|
|
|
verify_requests = false
|
2024-12-18 19:38:54 -03:00
|
|
|
# max_dash_resolution = 1080
|
2024-10-19 21:02:55 -03:00
|
|
|
|
|
|
|
[cache]
|
|
|
|
enabled = true
|
2024-11-01 17:00:30 -03: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-19 21:02:55 -03:00
|
|
|
|
|
|
|
[networking]
|
2024-10-20 18:55:06 -03:00
|
|
|
#proxy = ""
|
2024-11-09 11:00:16 -03: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 18:55:06 -03:00
|
|
|
|
|
|
|
[jobs]
|
2024-10-23 18:37:36 -03:00
|
|
|
|
|
|
|
[jobs.youtube_session]
|
2024-10-23 18:32:37 -03:00
|
|
|
po_token_enabled = true
|
2024-12-15 22:47:45 -03:00
|
|
|
frequency = "*/1 * * * *"
|
2024-11-01 14:48:11 -03:00
|
|
|
|
|
|
|
[youtube_session]
|
|
|
|
oauth_enabled = false
|
|
|
|
cookies = ""
|