City-Bureau / city-scrapers

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

Spider chi state university #937

Closed luchiago closed 4 years ago

luchiago commented 4 years ago

Summary

Issue: #718

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

Include any questions you have about what you're working on.

luchiago commented 4 years ago

@pjsier It's been a while since the last time I tried to fix this PR and I get a little lost now reviewing my code. But I want to finish and close this PR Do you have any clue how to iterate over this?

<td width="279" align="left" valign="top" bgcolor="#efefef">

                                       <p><span class="smallgreenTitle">Full Board Meeting Dates 2020</span><br></br><span>Gwendolyn Brooks&nbsp;Library Auditorium - 4th Floor - Room 415<br></br></span></p>

                                       <ul>

                                          <li><span>Monday, February 10, 2020 @ 3:00 p.m.</span></li>

                                          <li><span>Monday, April 20, 2020 @ 3:00 p.m.</span></li>

                                          <li><span>Monday, August 24, 2020 (Board Retreat) Start Time and Location TBD</span></li>

                                          <li>Monday, October 19, 2020 @ 3:00 p.m.</li>

                                          <li>Monday, December 14, 2020 @ 3:00 p.m.</li>

                                       </ul>

                                       <p>&nbsp;</p>
pjsier commented 4 years ago

@luchiago You could use a CSS selector to go through each list item like this response.css("li"). To get that section would depend on what's around it, but one selector that could work would be tf[bgcolor="#efefef"]. Haven't checked if that's unique though

luchiago commented 4 years ago

Hey, @pjsier I'm closing this pull request bc I'm not able to work on. Feel free to re-assign the issue for someone's