stash
This commit is contained in:
42
stash/config/scrapers/community/SexMex/SexMex.yml
Normal file
42
stash/config/scrapers/community/SexMex/SexMex.yml
Normal 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
|
||||
9
stash/config/scrapers/community/SexMex/manifest
Executable file
9
stash/config/scrapers/community/SexMex/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: SexMex
|
||||
name: SexMex
|
||||
metadata: {}
|
||||
version: 71bc8fd
|
||||
date: "2023-11-26 16:36:43"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- SexMex.yml
|
||||
Reference in New Issue
Block a user