Spaces:
Sleeping
Sleeping
Update extract.py
Browse files- extract.py +1 -1
extract.py
CHANGED
@@ -124,7 +124,7 @@ def scrape_vehicle(driver):
|
|
124 |
|
125 |
|
126 |
def get_vehicle_info_bs4(nopol: str):
|
127 |
-
content = requests.get("https://www.jambisamsat.net/infopkb.php", params={"no_polisi":
|
128 |
soup = BeautifulSoup(content, "html.parser")
|
129 |
|
130 |
# === 1. Data Kendaraan ===
|
|
|
124 |
|
125 |
|
126 |
def get_vehicle_info_bs4(nopol: str):
|
127 |
+
content = requests.get("https://www.jambisamsat.net/infopkb.php", params={"no_polisi":nopol}).content
|
128 |
soup = BeautifulSoup(content, "html.parser")
|
129 |
|
130 |
# === 1. Data Kendaraan ===
|