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
browser
browser
BROWSER
firefox
A browser to use for extraction. Browser must be a supported browser's name.
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.
See: How to extract cookies (DDoSGuard or login errors) #839 for detailed instructions
Last updated