City-Bureau / city-scrapers-cle

City Scrapers project for Cleveland

Home Page:https://cityscrapers.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cle_design_review fix

haileyhoyat opened this issue · comments

commented

@skorasaurus

hey. Paul mentioned this scraper broke yesterday (08/22/2022). i think i fixed it, making a PR now.

bug: lines#83-85 .split() the text for each select item, and assumes the return of two items max. however, some options have additional verbiage on their item so returns more than two items.

fix: lines#83-88 (on PR#53) now extract the month and day separately instead of assuming the return of two items.

Screen Shot 2022-08-23 at 9 32 28 AM

Sounds good to me; thanks for the context and including a screenshot.