soup icon indicating copy to clipboard operation
soup copied to clipboard

Should Text() return all sibling text?

Open sunshineplan opened this issue 2 years ago • 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?

sunshineplan avatar Sep 23 '21 06:09 sunshineplan