Skip to content

Commit 28bdba2

Browse files
committed
Adding support for 2024 Chevrolet EVs
1 parent 4b33021 commit 28bdba2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libs/common_query_params.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ class CommonInventoryQueryParams:
2121
"^ID.4$", # VW ID.4
2222
"^mache$", # Ford Mustang Mach-E
2323
r"^f-150(%20|\+|\s|\-)lightning", # Ford F-150 Lightning
24+
"^Blazer EV$", # Chevrolet Blazer EV
2425
"^Bolt EV$", # Chevrolet Bolt EV
2526
"^Bolt EUV$", # Chevrolet Bolt EUV
27+
"^Equinox EV$", # Chevrolet Equinox EV
28+
"^Silverado EV$", # Chevrolet Silverado EV
2629
"^etron$", # Audi e-tron
2730
"^etrongt$", # Audi e-tron GT
2831
"^q4$", # Audi Q4 e-tron

0 commit comments

Comments
 (0)