Alabama's scraper just had a little blip I can't reproduce, where it's trying to find the first table on the page. If it happens again it may be worth revisiting the basic logic here.
A better route: Headers and data rows are clearly identified, e.g. tr.fw-warn-list__headings and tr.fw-warn-list__items.
Alabama's scraper just had a little blip I can't reproduce, where it's trying to find the first table on the page. If it happens again it may be worth revisiting the basic logic here.
A better route: Headers and data rows are clearly identified, e.g.
tr.fw-warn-list__headings
andtr.fw-warn-list__items
.