<p>The latest media Tweets from Yohir Akerman (@yohirakerman). My bio changes all the time. /// akermancolumnista<strong>@gmail.com</strong>. Airplane</p>
Я пытаюсь извлечь весь текст следующим образом:
body = response.xpath('//*[@id="b_results"]/p/text()").getall()
print(body)
Результат, который я получаю:
['The latest media Tweets from Yohir Akerman (@yohirakerman). My bio changes '
'all the time. /// akermancolumnista',
'. Airplane']
Весь текст в теге <strong>
игнорировать, как исправить?