opencivicdata / python-legistar-scraper

Scrapes municipal data from Legistar websites
BSD 3-Clause "New" or "Revised" License
42 stars 28 forks source link

Make time string format configurable, handle bad start times #101

Closed hancush closed 4 years ago

hancush commented 4 years ago

On Friday, our event scrapes were interrupted because one event had an invalid start date. This PR handles invalid start times. Since start times are entered manually, it also makes the time string format configurable, so the scraper can be used for jurisdictions who use a different time format.

Closes https://github.com/opencivicdata/scrapers-us-municipal/issues/310.