Fix problems with loading config

options that should be disabled need to be commented out, toml won't allow a 'null' like value
This commit is contained in:
Puyodead1 2022-01-09 20:09:03 -05:00 committed by Puyodead1
parent a2ca2b40b6
commit 53f8cd6031
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -1,8 +1,10 @@
# If you don't want to set an option here, comment it out (add a # in front of it)
[general]
# ex: bearer_token = "xxxxxxxxxxxxxxxxxxxxx"
bearer_token
#bearer_token = "xxxxxxxxxxxxxxx"
# Automatically selects best quality if not set
quality
# ex: 360, 720, 1080
# quality = 1080
caption_locale = "en"
concurrent_downloads = 10
disable_ipv6 = false
@ -22,9 +24,7 @@ log_level = "INFO"
id_as_course_name = false
[selenium]
# ex: username = "user@email.com"
username
# ex: password = "myCoolPassword123"
password
#username = "user@email.com"
#password = "myCoolPassword123"
# set to false if you want to see the process, just dont interact with the browser at all or stuff will probably break
headless = true