pgh-public-meetings / city-scrapers-pitt

Pittsburgh City Scrapers: sourcing public meetings in Pittsburgh
https://pgh-public-meetings.github.io/events/
MIT License
19 stars 66 forks source link

0014 spider alle sanitary #59

Closed danwarren closed 4 years ago

bonfirefan commented 4 years ago

A reminder to sync this with the upstream fork so that Travis tests will past! Also, to enable edits from maintainers!

Enable edits from maintainers!:

In the the right sidebar of your pull request, select Allow edits from maintainers. You can change these permissions at any time by unselecting this option.

Syncing your fork:

git remote add upstream https://github.com/bonfirefan/city-scrapers-pitt.git
git fetch upstream
git merge upstream/master
ben-nathanson commented 4 years ago

Hi Dan! It looks like ALCOSAN revamped their website. While it was overdue for a redesign, unfortunately this means that our spider doesn't find their events anymore ☹️ . As such I'm going to have to close this pull request. The good news, however, is that this new website appears to be using a SharePoint calendar with a super consistent layout, so refactoring this code or starting a new spider should be easier now. Let me know if you have any questions!

Thanks, --Ben