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{