fix(tradein/scraper-kit): wire browser proxy-pool into yandex/cian SERP + persist activation flags (#2160) #2268
1 changed files with 1 additions and 1 deletions
|
|
@ -2967,7 +2967,7 @@ async def run_yandex_full_load(
|
||||||
runs.update_heartbeat(db, run_id, counters.to_dict())
|
runs.update_heartbeat(db, run_id, counters.to_dict())
|
||||||
|
|
||||||
try:
|
try:
|
||||||
async with YandexRealtyScraper(config) as scraper:
|
async with YandexRealtyScraper(config, proxy_provider=proxy_provider) as scraper:
|
||||||
scraper.request_delay_sec = request_delay_sec
|
scraper.request_delay_sec = request_delay_sec
|
||||||
|
|
||||||
await scraper.fetch_all_secondary(
|
await scraper.fetch_all_secondary(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue