From 125442c57b1aa0a267cb7db8be42af05b1ee861b Mon Sep 17 00:00:00 2001 From: Tim Showers Date: Mon, 20 Nov 2023 08:54:50 -0500 Subject: [PATCH] CO: 2023B --- scrapers/co/__init__.py | 10 +++++++++- scrapers/co/bills.py | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/scrapers/co/__init__.py b/scrapers/co/__init__.py index 02f47522db..0d654cbdf8 100644 --- a/scrapers/co/__init__.py +++ b/scrapers/co/__init__.py @@ -139,11 +139,19 @@ class Colorado(State): "name": "2023 Regular Session", "start_date": "2023-01-09", "end_date": "2023-05-06", + "active": False, + }, + { + "_scraped_name": "2023 Extraordinary Session", + "classification": "special", + "identifier": "2023B", + "name": "2023 First Extraordinary Session", + "start_date": "2023-11-18", + "end_date": "2023-11-14", "active": True, }, ] ignored_scraped_sessions = [ - "2023 Extraordinary Session ", "2020 Extraordinary Session", "2017 Extraordinary Session", "- All -", diff --git a/scrapers/co/bills.py b/scrapers/co/bills.py index 08c3a28226..6290c33d14 100644 --- a/scrapers/co/bills.py +++ b/scrapers/co/bills.py @@ -26,6 +26,7 @@ "2021A": "66816", "2022A": "75371", "2023A": "92641", + "2023B": "95726", } BAD_URLS = [