wedata

Database: ことせかいWebページ読み込み用情報

Item Details: 待ラノ

url ^https://lanobe\.jp/novel_/
pageElement //h3[not(@class)]|//div[@id='episodeBody']
title //h3[@class='n-title']
subtitle //h3[not(@class)]
author //a[contains(@href,'/user/') and @target='_self']
firstPageLink //div[contains(@class,'border-episodes')]//tr//div[contains(@class,'episode-list-item-title')]//a[contains(@href,'/novel/') and contains(@href,'/episode/')]
isNeedHeadless true
nextButton .episode-footer-right .episode-footer-text
waitSecondInHeadless 4.0
exampleUrl https://lanobe.jp/novel/6f169d9a94300e140ce73b4403884f44
memo どうにも nextButton を押した後に次のページに移動してくれないような挙動を確認したので、 URL 部分を変更してマッチしないようにしています。

History

Back