From e8df11bc1668a763bf01d19ff509f86f07fbce24 Mon Sep 17 00:00:00 2001 From: Tudor Sitaru Date: Tue, 14 Oct 2025 22:29:16 +0100 Subject: [PATCH] changing paths for downloads --- config/config_example.json | 2 +- config/parentzone_config.json | 2 +- config/snapshot_config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config_example.json b/config/config_example.json index 81c9c64..1fa57cb 100644 --- a/config/config_example.json +++ b/config/config_example.json @@ -2,7 +2,7 @@ "api_url": "https://api.parentzone.me", "list_endpoint": "/v1/media/list", "download_endpoint": "/v1/media", - "output_dir": "./downloaded_images", + "output_dir": "./data/downloaded_images", "max_concurrent": 5, "timeout": 30, "track_assets": true, diff --git a/config/parentzone_config.json b/config/parentzone_config.json index 05f8eea..d6b4de1 100644 --- a/config/parentzone_config.json +++ b/config/parentzone_config.json @@ -2,7 +2,7 @@ "api_url": "https://api.parentzone.me", "list_endpoint": "/v1/gallery", "download_endpoint": "/v1/media", - "output_dir": "./parentzone_images", + "output_dir": "./data/parentzone_images", "max_concurrent": 5, "timeout": 30, "track_assets": true, diff --git a/config/snapshot_config.json b/config/snapshot_config.json index 1bf943b..9299fff 100644 --- a/config/snapshot_config.json +++ b/config/snapshot_config.json @@ -1,6 +1,6 @@ { "api_url": "https://api.parentzone.me", - "output_dir": "./snapshots", + "output_dir": "./data/snapshots", "type_ids": [15], "date_from": "2021-10-18", "max_pages": null,