Skip to content

Commit

Permalink
save work on branch, not finished yet
Browse files Browse the repository at this point in the history
  • Loading branch information
irenecasado committed Jan 23, 2025
1 parent c84f8bb commit 2230102
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clean/ca/san_diego_county_sheriff.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ def scrape_meta(self, throttle: int = 0) -> Path:
return outfile

def get_all_page_urls(self) -> List[str]:

## TO DO: Print the urls that are being gathered in
# the get_all_page_urls function to see what is not working
"""
Generate a list of all paginated URLs by navigating sequentially via the "Next" button.
Expand Down
1 change: 1 addition & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]

0 comments on commit 2230102

Please sign in to comment.