Authentication
These are all of the configuration options for Authentication.
All the options in these list are optional. The default value for all of them is an empty str
str
""
Forums
Logging to forums with Authentification
settings was deprecated in v6.7.0
You need to use cookie files.
See: How to extract cookies (DDoSGuard or login errors) #839
GoFile
If you decide to pay for GoFile Premium (faster downloads, etc.) you can provide your API key to Cyberdrop-DL in order for the program to use it.
api_key
api_key
You can get your API key here: https://gofile.io/myProfile
Imgur
In order to scrape images from Imgur, you'll need to create a client on Imgur's website.
https://api.imgur.com/oauth2/addclient
Some examples of what to put in for what it asks for:
Application Name:
Cyberdrop-DL
OAuth2 without a callback URL
Website:
<really doesn't matter>
Email:
your_email@domain.com
Description:
Cyberdrop-DL client
client_id
client_id
After generating the client above, you will need to give Cyberdrop-DL the client ID.
PixelDrain
If you decide to pay for PixelDrain premium (faster downloads, etc.) you can provide your API key to Cyberdrop-DL in order for the program to use it.
api_key
api_key
You can get your API key here: https://pixeldrain.com/user/api_keys
Real-Debrid
In order to download files from sites supported by real-debrid, you'll need to get the API token from your account.
api_key
api_key
You can get your API key here (you must be logged in): https://real-debrid.com/apitoken
In order to scrape files from Reddit, you'll need to create an app on reddit's website (it's free): https://www.reddit.com/prefs/apps
Select script
as the app type. Any name can be used. The redirect URI value isn't important, but it is required. You can use fake URL like http://your_username.cyberdrop-dl
. Click create app
to get your credentials.


After generating the app, you need to give Cyberdrop-DL these values:
personal_use_script
personal_use_script
Copy the value of presonal_use_script
secret
secret
Copy the value of secret
Last updated