Compare commits
2 Commits
cd60d3092d
...
3a944c112d
Author | SHA1 | Date | |
---|---|---|---|
3a944c112d | |||
5e433f6568 |
@ -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.
|
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
|
||||||
|
|
||||||
|
@ -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).
|
(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
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
@ -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)
|
18
mkdocs.yml
18
mkdocs.yml
@ -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."
|
Loading…
x
Reference in New Issue
Block a user