Remove isMulti
This commit is contained in:
@@ -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>
|
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user