This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
name: ThirdSexXXX
sceneByURL:
- action: scrapeXPath
url:
- thirdsexxxx.com/trailers
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="memberPicV"]/h2
Image: //meta[@property="og:image"]/@content
Date:
selector: //div[@class="info"]/p[contains(., "Added")]
postProcess:
- replace:
- regex: "^Added: +(\\d+)/(\\d+)/(\\d+) .+$"
with: $3-$1-$2
Performers:
Name:
selector: //div[@class="info"]/p[contains(., "Starring")]/a
postProcess:
- replace:
- regex: ^[a-z]+\.\s*
with: ""
Details: //div[@class="description"]/p
Tags:
Name: //div[contains(@class, "tags")]//a
Studio:
Name:
fixed: ThirdSexXXX
# Last Updated October 04, 2022