From 3375dadf06f9094a16f52df44bf28ce8997bbe75 Mon Sep 17 00:00:00 2001 From: nquidox Date: Sun, 28 Dec 2025 17:07:40 +0300 Subject: [PATCH] change query seq --- internal/parsers/mandarake/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/parsers/mandarake/service.go b/internal/parsers/mandarake/service.go index 8575995..73a46c1 100644 --- a/internal/parsers/mandarake/service.go +++ b/internal/parsers/mandarake/service.go @@ -19,7 +19,6 @@ func (s *Parser) getPrice(ctx context.Context, task shared.Task) (int32, error) ) if err := chromedp.Run(ctx, - chromedp.Navigate("https://www.mandarake.co.jp/index2.html"), chromedp.WaitReady("body", chromedp.ByQuery), chromedp.Navigate(task.Link), chromedp.WaitReady("body"),