某ページを取得するのに
page=agent.get(url) content=page.search('.hehehe') p content[0]
みたいにして
<dt class="hehehe"> <span><a href="/hoge">hoge①</a></span> <span>huga</span> </dt>
と出てほしいのだけど
<dt class="hehehe"> <span><a href="/hoge">hoge</a></span> </dt>
と出た。困りましたね。