特定の URL だけを取得することはできますか?
お気に入り:
<a href="http://www.iwashere.com/washere.html">next</a>
<span class="class">...</span>
<a href="http://www.heelo.com/hello.html">next</a>
<span class="class">...</span>
<a href="http://www.iwashere.com/wasnot.html">next</a>
<span class="class">...</span>
からの URL のみを出力する必要があります。http://www.iwashere.com/
同様に、出力 URL:
http://www.iwashere.com/washere.html
http://www.iwashere.com/wasnot.html
私は文字列ロジックでそれを行いました。BeautifulSoupを使用した直接的な方法はありますか?