From 0dde717ed68808d2b10ab8018bcf462fdc2c47bd Mon Sep 17 00:00:00 2001 From: qwsdcvghyu89 <61093706+qwsdcvghyu89@users.noreply.github.com> Date: Wed, 17 Jun 2026 08:14:39 +1000 Subject: [PATCH] Updated novels.yaml --- config/novels.yaml | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/config/novels.yaml b/config/novels.yaml index d434cf8..7dda110 100644 --- a/config/novels.yaml +++ b/config/novels.yaml @@ -1,16 +1,35 @@ 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: - url: "https://novelbin.com/b/the-mech-touch#tab-chapters-title" + urlTemplate: "https://lightnovelworld.net/the-mech-touch-chapter-{n}/" + startIndex: 1 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" + scope: ".epcontent" stealth: enabled: true addons: