|
|
@ -75,7 +75,7 @@ class Config
|
|
|
|
@[YAML::Field(converter: Preferences::URIConverter)]
|
|
|
|
@[YAML::Field(converter: Preferences::URIConverter)]
|
|
|
|
property database_url : URI = URI.parse("")
|
|
|
|
property database_url : URI = URI.parse("")
|
|
|
|
# Use polling to keep decryption function up to date
|
|
|
|
# Use polling to keep decryption function up to date
|
|
|
|
property decrypt_polling : Bool = true
|
|
|
|
property decrypt_polling : Bool = false
|
|
|
|
# Used for crawling channels: threads should check all videos uploaded by a channel
|
|
|
|
# Used for crawling channels: threads should check all videos uploaded by a channel
|
|
|
|
property full_refresh : Bool = false
|
|
|
|
property full_refresh : Bool = false
|
|
|
|
# Used to tell Invidious it is behind a proxy, so links to resources should be https://
|
|
|
|
# Used to tell Invidious it is behind a proxy, so links to resources should be https://
|
|
|
|