Compare commits

...

2 Commits

4 changed files with 31 additions and 22 deletions

View File

@ -10,19 +10,15 @@ OF DL allows you to log in to your OnlyFans account directly. This simplifies th
When prompted by the application, log into your OnlyFans account. Do not close the opened window, tab, or navigate away to another webpage. When prompted by the application, log into your OnlyFans account. Do not close the opened window, tab, or navigate away to another webpage.
The new window will close automatically when the authentication process has finished. The new window will close automatically when the authentication process has finished.
:::warning !!! warning
Some users have reported that "Sign in with Google" has not been working with this authentication method. Some users have reported that "Sign in with Google" has not been working with this authentication method.
If you use the Google sign-in option to log into your OnlyFans account, use one of the [legacy authentication methods](#legacy-methods) described below. If you use the Google sign-in option to log into your OnlyFans account, use one of the [legacy authentication methods](#legacy-methods) described below.
::: !!! info
:::info
If you are using docker, follow the special [authentication instructions documented](/installation/docker) to authenticate OF-DL If you are using docker, follow the special [authentication instructions documented](/installation/docker) to authenticate OF-DL
:::
## Legacy Methods ## Legacy Methods
Legacy authentication methods involve creating/editing `auth.json` file yourself. Legacy authentication methods involve creating/editing `auth.json` file yourself.

View File

@ -435,7 +435,7 @@ Description: If set to `true`, the program will run without any input from the u
(unless [NonInteractiveModeListName](#noninteractivemodelistname) or [NonInteractiveModePurchasedTab](#noninteractivemodepurchasedtab) are configured). (unless [NonInteractiveModeListName](#noninteractivemodelistname) or [NonInteractiveModePurchasedTab](#noninteractivemodepurchasedtab) are configured).
If set to `false`, the default behaviour will apply, and you will be able to choose an option from the menu. If set to `false`, the default behaviour will apply, and you will be able to choose an option from the menu.
:::warning !!! warning
If NonInteractiveMode is enabled, you will be unable to authenticate OF-DL using the standard authentication method. If NonInteractiveMode is enabled, you will be unable to authenticate OF-DL using the standard authentication method.
Before you can run OF-DL in NonInteractiveMode, you must either Before you can run OF-DL in NonInteractiveMode, you must either
@ -443,8 +443,6 @@ Before you can run OF-DL in NonInteractiveMode, you must either
1. Generate an auth.json file by running OF-DL with NonInteractiveMode disabled and authenticating OF-DL using the standard method **OR** 1. Generate an auth.json file by running OF-DL with NonInteractiveMode disabled and authenticating OF-DL using the standard method **OR**
2. Generate an auth.json file by using a [legacy authentication method](/config/auth#legacy-methods) 2. Generate an auth.json file by using a [legacy authentication method](/config/auth#legacy-methods)
:::
## NonInteractiveModeListName ## NonInteractiveModeListName
Type: `string` Type: `string`

View File

@ -1,3 +1,8 @@
# Welcome to OF-DL # Welcome to OF-DL
C# console app to download all of the media from Onlyfans accounts with DRM video downloading support. C# console app to download all of the media from Onlyfans accounts with DRM video downloading support.
!!! info "PLEASE READ BEFORE DOWNLOADING"
THIS TOOL CANNOT BYPASS PAYWALLS, IT CAN ONLY DOWNLOAD CONTENT YOU HAVE ACCESS TO, PLEASE DO NOT DOWNLOAD THIS TOOL THINKING YOU CAN BYPASS PAYING FOR THINGS!!!!!
Join the discord [here](https://discord.com/invite/6bUW8EJ53j)

View File

@ -1,4 +1,5 @@
site_name: OF-DL Docs site_name: OF-DL Docs
site_url: https://docs.ofdl.tools
theme: theme:
name: material name: material
features: features:
@ -21,16 +22,25 @@ theme:
toggle: toggle:
icon: material/toggle-switch-off-outline icon: material/toggle-switch-off-outline
name: Switch to dark mode name: Switch to dark mode
primary: teal primary: dark-blue
accent: purple accent: white
- scheme: slate - scheme: slate
toggle: toggle:
icon: material/toggle-switch icon: material/toggle-switch
name: Switch to light mode name: Switch to light mode
primary: teal primary: dark-blue
accent: lime accent: white
font: font:
text: Roboto text: Roboto
code: Roboto Mono code: Roboto Mono
logo: img/logo.ico logo: img/logo.ico
favicon: img/logo.ico favicon: img/logo.ico
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.com/invite/6bUW8EJ53j
copyright: "© 2025 OF-DL. All rights reserved."