modify scripts

This commit is contained in:
2025-11-14 13:54:20 +08:00
parent f189dcfaca
commit 857339d261

View File

@ -50,13 +50,13 @@ xPathScrapers:
performer: performer:
Name: //*[@id="waterfall"]/div[1]/div/div[2]/span Name: //*[@id="waterfall"]/div[1]/div/div[2]/span
Birthdate: Birthdate:
selector: //*[@id="waterfall"]/div[1]/div/div[2]/p[contains(text(), '生日')] selector: //*[@id="waterfall"]/div[1]/div/div[2]/p[contains(text(), 'D.O.B')]
postProcess: postProcess:
- replace: - replace:
- regex: ^(.*? ){1} - regex: ^(.*? ){1}
with: with:
Height: Height:
selector: //*[@id="waterfall"]/div[1]/div/div[2]/p[contains(text(), '身高')] selector: //*[@id="waterfall"]/div[1]/div/div[2]/p[contains(text(), 'Height')]
postProcess: postProcess:
- replace: - replace:
- regex: ^(.*? ){1} - regex: ^(.*? ){1}
@ -76,11 +76,11 @@ xPathScrapers:
sceneScraper: sceneScraper:
scene: scene:
Title: Title:
selector: //div[@class="col-md-3 info"]//span[contains(text(), '識別碼')]/../span[2]/text() selector: //div[@class="col-md-3 info"]//span[contains(text(), 'ID')]/../span[2]/text()
URL: URL:
selector: /html/head/link[@hreflang="zh"]/@href selector: /html/head/link[@hreflang="zh"]/@href
Date: Date:
selector: //div[@class="col-md-3 info"]//span[contains(text(), '發行日期')]/../text() selector: //div[@class="col-md-3 info"]//span[contains(text(), 'Release Date')]/../text()
Details: Details:
selector: //div[@class="container"]/h3/text() selector: //div[@class="container"]/h3/text()
postProcess: postProcess:
@ -97,9 +97,9 @@ xPathScrapers:
postProcess: postProcess:
- replace: - replace:
- regex: ^ - regex: ^
with: https://www.javbus.com/en with: https://www.javbus.com/
Studio: Studio:
Name: //div[@class="col-md-3 info"]//span[contains(text(), '發行商')]/../a/text() Name: //div[@class="col-md-3 info"]//span[contains(text(), 'Label')]/../a/text()
driver: driver:
headers: headers: