Cloudflare Bypass Mode

This commit is contained in:
Soxoj
2025-03-22 18:42:08 +01:00
parent b8cf91cc8b
commit 5381a134f0
3 changed files with 29 additions and 1 deletions
+11
View File
@@ -45,6 +45,17 @@ DEFAULT_ARGS: Dict[str, Any] = {
'web': None,
'with_domains': False,
'xmind': False,
'cloudflare_bypass': {
"enabled": False,
"module": "cloudscraper",
"modules": [
{
"name": "chrome_webgate",
"method": "url_rewrite",
"url": "http://localhost:8000/html?url={url}&retries=1"
}
]
}
}