44 lines
1.3 KiB
YAML
44 lines
1.3 KiB
YAML
novels:
|
|
# - slug: "exlor-the-mech-touch"
|
|
# type: web-scraped
|
|
# source:
|
|
# url: "https://novelbin.com/b/the-mech-touch#tab-chapters-title"
|
|
# selectors:
|
|
# toc:
|
|
# # CSS equivalent of the original XPath:
|
|
# # (//*[@id="list-chapter"]//*[contains(@class,"chapter-archive-grid")])[1]
|
|
# scope: "#list-chapter .chapter-archive-grid"
|
|
# linkPattern: "https://novelbin\\.com/b/the-mech-touch/.*"
|
|
# content:
|
|
# scope: "#chr-content"
|
|
# stealth:
|
|
# enabled: true
|
|
# addons:
|
|
# - "uBlock0_1.67.0.firefox.signed.xpi"
|
|
# steps:
|
|
# - type: waitForElement
|
|
# selector: "#list-chapter .chapter-archive-grid"
|
|
# timeoutMs: 15000
|
|
# download:
|
|
# parallelism: 4
|
|
# minContentBytes: 10
|
|
- slug: "exlor-the-mech-touch"
|
|
type: web-scraped
|
|
source:
|
|
urlTemplate: "https://lightnovelworld.net/the-mech-touch-chapter-{n}/"
|
|
startIndex: 1
|
|
selectors:
|
|
content:
|
|
scope: ".epcontent"
|
|
stealth:
|
|
enabled: true
|
|
addons:
|
|
- "uBlock0_1.67.0.firefox.signed.xpi"
|
|
steps:
|
|
- type: waitForElement
|
|
selector: "#list-chapter .chapter-archive-grid"
|
|
timeoutMs: 15000
|
|
download:
|
|
parallelism: 4
|
|
minContentBytes: 10
|