Skip to content

Commit

Permalink
draft ventura scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
irenecasado committed Jul 2, 2024
1 parent cba1ea2 commit ce3f349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clean/ca/ventura_county_sheriff.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def scrape_meta(self, throttle: int = 0) -> Path:
for local_page in local_detail_pages:
data = self._process_detail_page(local_page)
payload.extend(data)

# TODO: Write out the metadata JSON
# Store the metadata in a JSON file in the data directory
outfile = self.data_dir.joinpath(f"{self.agency_slug}.json")
Expand Down

0 comments on commit ce3f349

Please sign in to comment.