anaskhan96/soup

Should Text() return all sibling text?

sunshineplan opened this issue · 0 comments

For example:

<div align="center">
<a href="search_3.asp?action=up">up</a>
&nbsp;
<a href="search_3.asp?action=down">down</a>
(2021-9-20~2021-9-26)
</div>

Current, div.Text() only returns &nbsp;, should it return &nbsp;(2021-9-20~2021-9-26) will be better?