Skip to content

Commit

Permalink
MI: New website (#4899)
Browse files Browse the repository at this point in the history
* MI: Bill and Event scrapers for new website
  • Loading branch information
showerst authored Mar 29, 2024
1 parent 9e0b864 commit 13d29d2
Show file tree
Hide file tree
Showing 3 changed files with 500 additions and 455 deletions.
3 changes: 2 additions & 1 deletion scrapers/mi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Michigan(State):
},
]
ignored_scraped_sessions = [
"All",
"2009-2010",
"2007-2008",
"2005-2006",
Expand All @@ -87,7 +88,7 @@ def get_session_list(self):
return [
s.strip()
for s in url_xpath(
"http://www.legislature.mi.gov/mileg.aspx?page=LegBasicSearch",
"https://www.legislature.mi.gov/Search/LegDocSearch",
"//option/text()",
)
if s.strip()
Expand Down
Loading

0 comments on commit 13d29d2

Please sign in to comment.