DownloadAllContent

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

< Обсуждения DownloadAllContent

Отзыв: Хороший — скрипт работает как нужно

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

hoothinАвтор
§
Создано: 31.05.2022
Отредактировано: 31.05.2022

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

Ответить

Войдите, чтобы ответить.