Update parser

This commit is contained in:
qananasikq
2026-04-27 20:47:44 +03:00
parent d937aa2386
commit 9f215dc70a
10 changed files with 145 additions and 17 deletions

View File

@@ -2234,6 +2234,8 @@ class IAAIScraper:
only_new = rc.only_new
if lane == "iaai_cars" and rc.lane is not None:
lane = rc.lane
if listing_url is None and rc.name:
listing_url = rc.name
trace_id = self._new_trace_id("sync-listing")
started_at = time.perf_counter()
@@ -2260,6 +2262,8 @@ class IAAIScraper:
year_min,
year_max,
)
if listing_url:
logger.info("sync_listing uses explicit listing_url from runtime/args: %s", listing_url)
fast_engine = FastSyncEngine(
client=self.fast_client,
mapper=self.fast_mapper,