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,42 @@
name: SexMex
sceneByURL: &byUrl
- action: scrapeXPath
url:
- sexmex.xxx
scraper: sceneScraper
galleryByURL: *byUrl
xPathScrapers:
sceneScraper:
scene:
Title: &title
selector: //div[@class="panel-body"]/h4//text()
postProcess:
- replace:
- regex: ([^.]*)\s\..*
with: $1
Details: &details //div[@class="panel-body"]/p[not(@class)]
Tags: &tags
Name:
selector: //meta[@name="keywords"]/@content
split: ","
Performers: &performers
Name: //div[@class="panel-body"]/p[@class="cptn-model"]/a//text()
Studio: &studio
Name:
fixed: Sex Mex
Image:
selector: //video/@poster
postProcess:
- replace:
- regex: cover.jpg$
with: 1.jpg
gallery:
Title: *title
Details: *details
Tags: *tags
Performers: *performers
Studio: *studio
# Last Updated November 26, 2023