私はBS4
を使って以下のhtmlをキャプチャしましたが、アーティストタグを検索できないようです。 私はコンテナという変数にコードブロックを割り当てられ、その後、運なしBeautiful Soup Parse Python
print container.tr.td["artist"]
を試してみました。 アドバイスありがとうございます。
<tr class="item">
<!-- <td class="image"><a href="https://www.stargreen.com/kool-as-the-gang-44415.html" title="KOOL AS THE GANG " class="product-image"><img src="https://www.stargreen.com/media/catalog/product/cache/1/small_image/135x/9df78eab33525d08d6e5fb8d27136e95/K/o/KoolAsTheGang.jpg" width="135" height="135" alt="KOOL AS THE GANG " /></a></td> -->
<td class="date">Sat, 30 Dec 2017</td>
<td class="artist">kool as the gang</td>
<td class="venue">100 club</td>
<td class="link">
<p class="availability out-of-stock">
<span>Off Sale</span></p>
</td>
</tr>