Are you happy now TOML?

This commit is contained in:
Puyodead1 2022-01-09 19:33:48 -05:00 committed by Puyodead1
parent b922294135
commit a2ca2b40b6
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -1,8 +1,8 @@
[general] [general]
# ex: bearer_token = "xxxxxxxxxxxxxxxxxxxxx" # ex: bearer_token = "xxxxxxxxxxxxxxxxxxxxx"
bearer_token = bearer_token
# Automatically selects best quality if not set # Automatically selects best quality if not set
quality = quality
caption_locale = "en" caption_locale = "en"
concurrent_downloads = 10 concurrent_downloads = 10
disable_ipv6 = false disable_ipv6 = false
@ -23,8 +23,8 @@ id_as_course_name = false
[selenium] [selenium]
# ex: username = "user@email.com" # ex: username = "user@email.com"
username = username
# ex: password = "myCoolPassword123" # ex: password = "myCoolPassword123"
password = password
# set to false if you want to see the process, just dont interact with the browser at all or stuff will probably break # 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 headless = true