export empty jsons too
This commit is contained in:
@@ -41,10 +41,12 @@ user_agents = [
|
||||
scrape_interval_minutes = 15
|
||||
|
||||
# --- Raw JSON persistence ---------------------------------------------------
|
||||
# Optional: write every downloaded raw JSON dataset to disk (one file per VIN
|
||||
# per scrape), e.g. to inspect the portal's payload while improving the field
|
||||
# mapping in vw-eu-data-act-exporter.py. Disabled by default, since the
|
||||
# exporter is designed to be stateless (see README.md).
|
||||
# Optional: write the JSON extracted from every downloaded dataset to disk
|
||||
# (one file per VIN per scrape), e.g. to inspect the portal's payload while
|
||||
# improving the field mapping in vw-eu-data-act-exporter.py. Also extracts
|
||||
# and persists the JSON from "_no_content_found.zip" placeholders, if they
|
||||
# carry one. ZIP files themselves are never written to disk. Disabled by
|
||||
# default, since the exporter is designed to be stateless (see README.md).
|
||||
persist_raw_json = False
|
||||
persist_raw_json_dir = "./raw_json"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user