From a6ed98c36e1be25425b7753968cf0969912e5ddc Mon Sep 17 00:00:00 2001 From: Katarina Date: Thu, 26 Jun 2025 13:04:14 +0200 Subject: [PATCH] Remove old config file --- sources.yml | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 sources.yml diff --git a/sources.yml b/sources.yml deleted file mode 100644 index 083c79d..0000000 --- a/sources.yml +++ /dev/null @@ -1,47 +0,0 @@ -scraper: - sources: - - id: konami-official - name: "Konami Official Database" - domain: "yugioh-card.com" - url-patterns: - - "^https://www\\.yugioh-card\\.com/[a-z]{2}/products/.*$" - selectors: - card: - name: - steps: - - type: "css" - value: "h1.product-title" - - type: "xpath" - value: "//h1[@itemprop='name']" - attack: - steps: - - type: "css" - value: ".atk-value" - - - id: ygo-fandom - name: "Yu-Gi-Oh Fandom Wiki" - domain: "yugioh.fandom.com" - url-patterns: - - "^https://yugioh\\.fandom\\.com/wiki/.*$" - selectors: - regional-set: - root: "h3:contains(Prefix(es)) + div > ul:nth-child(1) > li" - id: - steps: - - type: "xpath" - value: "//li/text()" - transform: - - name: "replace" - parameters: - - " (" - - "" - language: - steps: - - type: "xpath" - value: "//li/abbr" - - type: "xpath" - value: "//abbr/@title" - region-key: - steps: - - type: "xpath" - value: "//li/abbr/text()" \ No newline at end of file