小弟目前邊看youtube邊試著學習python遇到了以下問題
請問圖中的資訊#text該如何使用select選擇出來呢?
或是該如何在panel-heading內剔除我不要的資訊?
欲爬蟲網址 : https://reurl.cc/Q52ao
soup為已丟進BeautifulSoup4處理過並確定我想要的資訊有抓到
print(soup.contents)
輸出結果(部分)
<div class="panel panel-default">
<div class="panel-heading">
<span class="label label-primary">3738</span>
<span class="label label-default">Lv.107</span>
<span class="label label-info" data-html="true" data-original-title="<img
src='https://rd-center.fharr.com/assets/sprite/cowraiders3.gif'
style='max-height:75px;max-width:60px;'/>" id="tooltip_3738" rel="tooltip">
魔物模組</span>
<span class="label label-success"></span> <a
href="https://rd.fharr.com/mob-3738.html">草寇</a> (彎刀草寇)
</div>
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.169.157.215
※ 文章網址: https://www.ptt.cc/bbs/Python/M.1554124659.A.8DE.html
※ 編輯: j884232001 (118.169.157.215), 04/01/2019 21:23:01
※ 編輯: j884232001 (118.169.157.215), 04/01/2019 21:24:47
※ 編輯: j884232001 (118.169.157.215), 04/01/2019 21:25:36
※ 編輯: j884232001 (118.169.157.215), 04/01/2019 21:30:19
※ 編輯: j884232001 (118.169.157.215), 04/01/2019 21:34:44
※ 編輯: j884232001 (118.169.157.215), 04/01/2019 23:11:17