mirror of
https://cdm-project.com/Download-Tools/udemy-downloader.git
synced 2025-05-12 01:04:25 +02:00
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:
parent
a2ca2b40b6
commit
53f8cd6031
14
config.toml
14
config.toml
@ -1,8 +1,10 @@
|
|||||||
|
# If you don't want to set an option here, comment it out (add a # in front of it)
|
||||||
|
|
||||||
[general]
|
[general]
|
||||||
# ex: bearer_token = "xxxxxxxxxxxxxxxxxxxxx"
|
#bearer_token = "xxxxxxxxxxxxxxx"
|
||||||
bearer_token
|
|
||||||
# Automatically selects best quality if not set
|
# Automatically selects best quality if not set
|
||||||
quality
|
# ex: 360, 720, 1080
|
||||||
|
# quality = 1080
|
||||||
caption_locale = "en"
|
caption_locale = "en"
|
||||||
concurrent_downloads = 10
|
concurrent_downloads = 10
|
||||||
disable_ipv6 = false
|
disable_ipv6 = false
|
||||||
@ -22,9 +24,7 @@ log_level = "INFO"
|
|||||||
id_as_course_name = false
|
id_as_course_name = false
|
||||||
|
|
||||||
[selenium]
|
[selenium]
|
||||||
# ex: username = "user@email.com"
|
#username = "user@email.com"
|
||||||
username
|
#password = "myCoolPassword123"
|
||||||
# ex: password = "myCoolPassword123"
|
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user