Skip to content

Commit

Permalink
Update parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
salko-ua authored Jan 23, 2025
1 parent 2d5cbb6 commit 37d792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olxparser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_main_information(soup: BeautifulSoup) -> [str, str, str, str]:
]

checklist = []
tags = soup.find("ul", class_="css-rn93um").find_all("p")
tags = soup.find("div", class_="css-41yf00").find_all("p")

for need_word in need_words_russian:
for tag in tags:
Expand Down

0 comments on commit 37d792a

Please sign in to comment.