Update docs #31

Merged
sim0n00ps merged 4 commits from whimsical-c4lic0/OF-DL:restore-docs into master 2025-06-19 22:39:42 +00:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 1572c1eee8 - Show all commits

View File

@ -58,6 +58,19 @@ Description: [DownloadOnlySpecificDates](#downloadonlyspecificdates) needs to be
This date will be used when you are trying to download between/after a certain date. See [DownloadOnlySpecificDates](#downloadonlyspecificdates) and
[DownloadDateSelection](#downloaddateselection) for more information.
## DisableBrowserAuth
Type: `boolean`
Default: `false`
Allowed values: `true`, `false`
Description: The built-in/bundled web browser will not be used to authenticate OF-DL if set to `true`. If set to `true`,
an `auth.json` file will need to be provided using a [legacy authentication method](/config/auth#legacy-methods).
If set to `true`, the `auth.json` file will not be deleted if authentication fails. If set to `false` (the default
behavior), OF-DL will delete the `auth.json` file if authentication fails.
## DownloadArchived
Type: `boolean`

View File

@ -3,6 +3,9 @@
The `config.conf` file contains all the options you can change. Click on a configuration option below for more
information about what it does, its default value, and the allowed values.
- Auth
- [DisableBrowserAuth](/config/all-configuration-options#disablebrowserauth)
- External
- [FFmpegPath](/config/all-configuration-options#ffmpegpath)