iT邦幫忙

0

爬蟲:如何將 type="text/javascript" 底下的內容抓下來

  • 分享至 

  • xImage

https://ithelp.ithome.com.tw/upload/images/20220209/20146387VJjje3QaKY.png

請問要如何把 type="text/javascript" 格式當中, 抓取出 FileRef 後方 "" 內的資料, 以做其他的動作??

淺水員 iT邦大師 6 級 ‧ 2022-02-09 14:20:19 檢舉
建議附上
1. 使用的語言
2. 你的程式碼
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

1
camelcheng
iT邦新手 4 級 ‧ 2022-02-09 16:19:53

我理解是抓取script這個tag name底下的文字內容

python

str = driver.find_element_by_xpath("//script[@type='text/javascript']").text

接著再對str的內容做字串處理應該就能拿到FileRef的內容了

我要發表回答

立即登入回答