Update website_params.ts

This commit is contained in:
Nicolas 2024-09-07 13:12:46 -03:00
parent 0731b3127d
commit 5758af3291
1 changed files with 8 additions and 0 deletions

View File

@ -242,5 +242,13 @@ export const urlSpecificParams = {
engine: "chrome-cdp",
},
},
},
"lorealparis.hu":{
defaultScraper: "fire-engine",
params:{
fireEngineOptions:{
engine: "tlsclient",
},
},
}
};