Update website_params.ts

This commit is contained in:
Nicolas 2024-07-29 20:43:47 -04:00
parent 7b813883ef
commit 5e8ffcf505

View File

@ -212,4 +212,14 @@ export const urlSpecificParams = {
engine: "playwright",
}
},
"mendable.ai":{
defaultScraper: "fire-engine",
params:{
fireEngineOptions:{
mobileProxy: true,
method: "get",
engine: "chrome-cdp",
},
},
},
};