mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-10 17:32:09 -06:00
fixes the date selector and matches Studio Name to stashdb
This commit is contained in:
parent
7d99295710
commit
bd1ad11ace
@ -12,10 +12,10 @@ xPathScrapers:
|
||||
Title: //h1[@class='title_bar']
|
||||
Image: //div[@id="player"]/video/@poster
|
||||
Date:
|
||||
selector: $update//comment()
|
||||
selector: $update/p/span/preceding-sibling::comment()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .*(?:class='upddate').*(\d{2}/\d{2}/\d{4}).*
|
||||
- regex: .*(\d{2}/\d{2}/\d{4}).*
|
||||
with: $1
|
||||
- parseDate: "01/02/2006"
|
||||
- map:
|
||||
@ -35,5 +35,5 @@ xPathScrapers:
|
||||
split: ","
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Trans Erotica
|
||||
# Last Updated February 06, 2023
|
||||
fixed: TransErotica
|
||||
# Last Updated July 07, 2023
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user