modify scripts
This commit is contained in:
@ -80,7 +80,8 @@ xPathScrapers:
|
||||
URL:
|
||||
selector: /html/head/link[@hreflang="zh"]/@href
|
||||
Date:
|
||||
selector: //div[@class="col-md-3 info"]//span[contains(text(), 'Release Date')]/../text()
|
||||
selector: //div[@class="col-md-3 info"]//span[contains(normalize-space(text()), 'Release Date')]/../text()
|
||||
#selector: //div[@class="col-md-3 info"]//span[contains(text(), 'Release Date')]/../text()
|
||||
Details:
|
||||
selector: //div[@class="container"]/h3/text()
|
||||
postProcess:
|
||||
@ -106,5 +107,5 @@ driver:
|
||||
- Key: User-Agent
|
||||
Value: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36
|
||||
- Key: Accept-Language
|
||||
Value: zh-cn
|
||||
Value: zh-cn,en-US
|
||||
# Last Updated September 17, 2025
|
||||
Reference in New Issue
Block a user