biglocalnews / court-scraper

Scrapers for U.S. county court sites.
ISC License
57 stars 18 forks source link

Refactor Site OdysseySite to use standard interface #107

Closed zstumgoren closed 3 years ago

zstumgoren commented 3 years ago

OdysseySite currently requires a user to provide the start page URL for the site and a download directory (required for chromedriver configuration).

We should standardize the interface to match OK and WI by making the following changes:

This will set us up provide a simple, standard Site class that can be used to dynamically fetch the appropriate the Site class.