Skip to content

Commit c9ab39e

Browse files
author
=
committed
260113 - web crawling (차근차근 다시 22)
1 parent 93dc19b commit c9ab39e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/yoshiparts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def response_html(self, site = None, header = None):
3838
model_name.append(i["path"])
3939
url_model = {"brand" : brand, "models": model_name}
4040
print("success to get model names")
41+
print(model_name)
4142
for m in model_name:
4243
generation_select_url = target_url + "generations"+ brand + "/" + m
4344
response = requests.get(generation_select_url)
@@ -48,6 +49,7 @@ def response_html(self, site = None, header = None):
4849
generation_data.append(i["key"])
4950
# print(generation_data)
5051
print("succes to get generation data")
52+
print(generation_data)
5153
# # get path
5254
for generation in generation_data:
5355
generation_filter_url = target_url + "variant-filters-3d" + brand + url_model["models"] + "/" + generation

0 commit comments

Comments
 (0)