Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
selenium:
|
||||
remoteUrl: "http://selenium-firefox:4444/wd/hub"
|
||||
browser: firefox
|
||||
|
||||
cache:
|
||||
basePath: "~/downloads/quick-access"
|
||||
|
||||
addons:
|
||||
directory: "./addons"
|
||||
@@ -0,0 +1,21 @@
|
||||
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
|
||||
waitMs: 2000
|
||||
addons:
|
||||
- "uBlock0_1.67.0.firefox.signed.xpi"
|
||||
download:
|
||||
parallelism: 4
|
||||
minContentBytes: 10
|
||||
Reference in New Issue
Block a user