added Hasaki crawler

This commit is contained in:
Shariar Imtiaz 2024-04-03 13:54:19 +04:00
parent 0a02c377ab
commit 7d201a7107
1 changed files with 8 additions and 1 deletions

View File

@ -21,7 +21,14 @@ def get_raw_product_data_selenium(url):
op.headless = False op.headless = False
driver = uc.Chrome(version_main=122, options=op) driver = uc.Chrome(version_main=122, options=op)
stealth(driver) stealth(driver,
languages=["en-US", "en"],
vendor="Google Inc.",
platform="Win32",
webgl_vendor="Intel Inc.",
renderer="Intel Iris OpenGL Engine",
fix_hairline=True
)
driver.get(url) driver.get(url)