mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-11 03:08:29 -06:00
Fix date selector for Bathroom Creepers
This commit is contained in:
parent
130defa57f
commit
5d8095d702
@ -31,8 +31,11 @@ xPathScrapers:
|
||||
scene:
|
||||
Title: //div[@class="videoDetails clear"]//h3
|
||||
Date:
|
||||
selector: //span[contains(., "Date Added:")]/following-sibling::text()
|
||||
selector: //comment()[contains(., "Date Added")]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: '.*?(\w+ \d{1,2}, \d{4}).*'
|
||||
with: $1
|
||||
- parseDate: January 2, 2006
|
||||
Details: //div[@class="videoDetails clear"]/p
|
||||
Tags:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user