added Hasaki crawler

This commit is contained in:
Shariar Imtiaz 2024-04-03 12:40:04 +04:00
parent c8c3460709
commit d54cfcd992
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def get_raw_product_data_selenium(url):
#op.add_argument("--lang=en-GB")
op.headless = False
driver = uc.Chrome(version_main=123, options=op)
driver = uc.Chrome(version_main=122, options=op)
driver.get(url)