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
In order to scrape links/content from forums, you need to provide Cyberdrop-DL with your login details so it can access the website. This section also includes cookies for the support forums.
If you use the cookie extractor to load the XF_User
cookies into the program, you don't need to provide these credentials. If you ever log out of the forum in your browser though, you will need to use the cookie extractor again to get new cookies.
It is best to leave the authentication parameter for SimpCity blank, as they have made their forum public and have asked users scraping the website not to use logged in users.
In order to set specific authentication values for a config instead of the global values, make an authentication.yaml
file in the config folder.
xf_user_cookie
xf_user_cookie
This is the value for the XF_User
cookie mentioned above. If you want to only use credentials, you can leave this blank.
username
username
This is your username for the forum. Again, if you use cookies, you don't need to provide this.
password
password
This is your password for the forum. Again, if you use cookies, you don't need to provide this.
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