Answer the question
In order to leave comments, you need to log in
Python data parsing and the br tag?
How to properly parse data separately if, for example, two different attributes are present in one tag and are separated by the 'br' tag.
For example:
<div class="block">
Имя: Алексей
<br/>
Возраст: 25 лет
</div>
NameAndAge = soup.find_all(class_='block')[i].get_text()
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question