Compare commits

..

2 Commits

4 changed files with 31 additions and 22 deletions

View File

@ -10,18 +10,14 @@ 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.
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.
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.
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.
:::
!!! 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

View File

@ -435,15 +435,13 @@ Description: If set to `true`, the program will run without any input from the u
(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.
:::warning
!!! warning
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
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
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)
:::
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)
## NonInteractiveModeListName

View File

@ -1,3 +1,8 @@
# 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_url: https://docs.ofdl.tools
theme:
name: material
features:
@ -21,16 +22,25 @@ theme:
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
primary: dark-blue
accent: white
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime
primary: dark-blue
accent: white
font:
text: Roboto
code: Roboto Mono
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."