DownloadAllContent

Lightweight web scraping script. Fetch and download main textual content from the current page, provide special support for novels

< Rückmeldungen aufDownloadAllContent

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 31.05.2022

请教大佬,在https://www.po18b.com/这个网站中,所有的小说都是每隔两章就少了一章,这种该怎么解决呢?

hoothinVerfasser
§
Veröffentlicht: 31.05.2022
Bearbeitet: 31.05.2022

先打开控制台输入以下代码预处理一下 [].forEach.call(document.querySelectorAll('a[href^="javascript:Chapter"]'), c=>c.href=c.href.replace(/.*Chapter\((.*),(.*)\);/,"/read/$2/$1/"))

Antwort schreiben

Anmelden um eine Antwort zu senden.