From 422aa111fe3580567b217f2b393497828ab2e72c Mon Sep 17 00:00:00 2001 From: mfrszpiotro Date: Thu, 2 Jul 2026 22:06:03 +0200 Subject: [PATCH] fix(scraper): correct output path --- scraper_go/cmd/scraper/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper_go/cmd/scraper/main.go b/scraper_go/cmd/scraper/main.go index e9b9ae2..95f9187 100644 --- a/scraper_go/cmd/scraper/main.go +++ b/scraper_go/cmd/scraper/main.go @@ -79,7 +79,7 @@ func main() { letterboxdScraper := letterboxd.NewLetterboxdScraper() tmdbApi := tmdb.NewTMDBApi(tmdbAPIKey) - outputPath := filepath.Join("frontend", "public", "data_go.json") + outputPath := filepath.Join("..", "frontend", "public", "data_go.json") // Load existing data to support sliding window and ID consistency existingData := export.ExportSchema{