Skip to content

Commit

Permalink
Merge pull request #498 from whimsical-c4lic0/update-docs
Browse files Browse the repository at this point in the history
Update config.json docs
  • Loading branch information
sim0n00ps authored Jul 31, 2024
2 parents 0478b0e + d7857e5 commit 11ac2b7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/docs/config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ Allowed values: Any valid path
Description: If left blank then content will be downloaded to `__user_data__/sites/OnlyFans/{username}`.
If you set the download path to `"S:/"`, then content will be downloaded to `S:/{username}`

:::note

If you are using a Windows path, you will need to escape the backslashes, e.g. `"C:\\Users\\user\\Downloads\\OnlyFans"`

:::

## PaidPostFileNameFormat

Type: `string`
Expand Down Expand Up @@ -375,7 +381,7 @@ Type: `string`

Default: `""`

Allowed values: The name of a list of users you have created on OnlyFans or `"""`
Allowed values: The name of a list of users you have created on OnlyFans or `""`

Description: When set to the name of a list, non-interactive mode will download media from the list of users instead of all
users (when [NonInteractiveMode](#noninteractivemode) is set to `true`). If set to `""`, all users will be scraped
Expand Down Expand Up @@ -405,6 +411,12 @@ Description: This is the path to the FFmpeg executable (`ffmpeg.exe` on Windows
If the path is not set then the program will try to find it in both the same directory as the OF-DL executable as well
as the PATH environment variable.

:::note

If you are using a Windows path, you will need to escape the backslashes, e.g. `"C:\\ffmpeg\\bin\\ffmpeg.exe"`

:::

## BypassContentForCreatorsWhoNoLongerExist

Type: `boolean`
Expand Down

0 comments on commit 11ac2b7

Please sign in to comment.