changing paths for downloads
All checks were successful
Build Docker Image / build (push) Successful in 1m3s
All checks were successful
Build Docker Image / build (push) Successful in 1m3s
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"api_url": "https://api.parentzone.me",
|
"api_url": "https://api.parentzone.me",
|
||||||
"list_endpoint": "/v1/media/list",
|
"list_endpoint": "/v1/media/list",
|
||||||
"download_endpoint": "/v1/media",
|
"download_endpoint": "/v1/media",
|
||||||
"output_dir": "./downloaded_images",
|
"output_dir": "./data/downloaded_images",
|
||||||
"max_concurrent": 5,
|
"max_concurrent": 5,
|
||||||
"timeout": 30,
|
"timeout": 30,
|
||||||
"track_assets": true,
|
"track_assets": true,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"api_url": "https://api.parentzone.me",
|
"api_url": "https://api.parentzone.me",
|
||||||
"list_endpoint": "/v1/gallery",
|
"list_endpoint": "/v1/gallery",
|
||||||
"download_endpoint": "/v1/media",
|
"download_endpoint": "/v1/media",
|
||||||
"output_dir": "./parentzone_images",
|
"output_dir": "./data/parentzone_images",
|
||||||
"max_concurrent": 5,
|
"max_concurrent": 5,
|
||||||
"timeout": 30,
|
"timeout": 30,
|
||||||
"track_assets": true,
|
"track_assets": true,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"api_url": "https://api.parentzone.me",
|
"api_url": "https://api.parentzone.me",
|
||||||
"output_dir": "./snapshots",
|
"output_dir": "./data/snapshots",
|
||||||
"type_ids": [15],
|
"type_ids": [15],
|
||||||
"date_from": "2021-10-18",
|
"date_from": "2021-10-18",
|
||||||
"max_pages": null,
|
"max_pages": null,
|
||||||
|
|||||||
Reference in New Issue
Block a user