DownloadAllContent

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

< Părere la script-ul DownloadAllContent

Recenzie: Bun, script-ul merge

§
Postat în: 31-05-2022

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

hoothinAutor
§
Postat în: 31-05-2022
Editat în: 31-05-2022

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

Postează un raspuns

Autentifică-te pentru a posta un răspuns.