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,