Remove isMulti

This commit is contained in:
2025-06-25 14:17:58 +02:00
parent 3808fe153e
commit e0330e7baa
2 changed files with 0 additions and 3 deletions

View File

@@ -6,6 +6,4 @@ import java.util.Optional
interface AbstractScrapeTargetConfig { interface AbstractScrapeTargetConfig {
@WithName("root") @WithName("root")
fun getRootConfig(): Optional<ExtractConfig> fun getRootConfig(): Optional<ExtractConfig>
@WithName("multi")
fun isMulti(): Optional<Boolean>
} }

View File

@@ -32,7 +32,6 @@ scraper:
- "^https://yugioh\\.fandom\\.com/wiki/.*$" - "^https://yugioh\\.fandom\\.com/wiki/.*$"
targets: targets:
set: set:
multi: true
root: root:
type: css type: css
value: "h3:contains(Prefix(es)) + div > ul:nth-child(1) > li" value: "h3:contains(Prefix(es)) + div > ul:nth-child(1) > li"