added function

This commit is contained in:
ada-dmitry
2023-04-22 23:51:27 +03:00
parent c9b158dce9
commit f59470def3
7 changed files with 55 additions and 36 deletions
-2
View File
@@ -14,5 +14,3 @@ price = b_soup.find_all('span', class_="middle_price")
priceDis = b_soup.find_all('span', class_="baseoldprice")
mark = b_soup.find_all('span', class_="product-rating__rating")
pictures = b_soup.find_all('div', class_="catalog-list-item__img-wrapper")