Browser Cookies
Cyberdrop-DL can extract cookies from your browser. These can be used for websites that require login or to pass DDoS-Guard challenges. Only cookies from supported websites are extracted
The user-agent
config value MUST match the user-agent
of the browser from which you imported the cookies. If they do not match, the cookies will not work
auto_import
auto_import
bool
false
Toggles automatic import of cookies at the start of each run
browsers
browsers
list[BROWSERS]
[chrome]
List of browsers to use for extraction. Each item must be a supported browser's name, separated by commas
Supported Browsers
Arc
Brave
Chrome
Chromium
Edge
Firefox
LibreWolf
Lynx
Opera
Opera_GX
Safari
Vivaldi
W3M
sites
sites
list[DOMAINS]
[<<ALL_SUPPORTED_SITES>>]
List of domains to extract cookies from. You can put any domain on the list, even if they are not officially supported.
Manual Cookie Extraction
If cookie extraction fails, you can manually extract the cookies from your browser using tools like cookie-editor and save them at AppData/Cookies/<site_name>.txt
. The file must be a Netscape formatted cookie file. You can use any name for the file as long as it has a .txt
extension.
Last updated