City-Bureau / city-scrapers

Scrape, standardize and share public meetings from local government websites
https://cityscrapers.org
MIT License
330 stars 310 forks source link

0681 spider il sports facilities authority #985

Closed d-glenz closed 3 years ago

d-glenz commented 3 years ago

Summary

Issue: #681

Split the meeting scraper into two parts - one for the past meetings and one for the next meeting (which has a different format from the past meetings).

Checklist

All checks are run in GitHub Actions. You'll be able to see the results of the checks at the bottom of the pull request page after it's been opened, and you can click on any of the specific checks listed to see the output of each step and debug failures.

Questions

Due to the two different formats of meetings (past v. next), I had to create separate _parse methods for the next meeting. Let me know if this is unwanted