added Hasaki crawler

This commit is contained in:
Shariar Imtiaz 2024-04-03 13:45:15 +04:00
parent d6ff741951
commit 0a02c377ab
1 changed files with 1 additions and 5 deletions

View File

@ -21,11 +21,7 @@ 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.",
fix_hairline=True
)
driver.get(url) driver.get(url)