modify scripts
This commit is contained in:
@ -50,13 +50,13 @@ xPathScrapers:
|
||||
performer:
|
||||
Name: //*[@id="waterfall"]/div[1]/div/div[2]/span
|
||||
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:
|
||||
- replace:
|
||||
- regex: ^(.*? ){1}
|
||||
with:
|
||||
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:
|
||||
- replace:
|
||||
- regex: ^(.*? ){1}
|
||||
@ -76,11 +76,11 @@ xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
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:
|
||||
selector: /html/head/link[@hreflang="zh"]/@href
|
||||
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:
|
||||
selector: //div[@class="container"]/h3/text()
|
||||
postProcess:
|
||||
@ -97,9 +97,9 @@ xPathScrapers:
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: https://www.javbus.com/en
|
||||
with: https://www.javbus.com/
|
||||
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:
|
||||
headers:
|
||||
|
||||
Reference in New Issue
Block a user