stash
This commit is contained in:
33
stash/config/scrapers/community/ThirdSexXXX/ThirdSexXXX.yml
Normal file
33
stash/config/scrapers/community/ThirdSexXXX/ThirdSexXXX.yml
Normal 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
|
||||
9
stash/config/scrapers/community/ThirdSexXXX/manifest
Executable file
9
stash/config/scrapers/community/ThirdSexXXX/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: ThirdSexXXX
|
||||
name: ThirdSexXXX
|
||||
metadata: {}
|
||||
version: ceb0a25
|
||||
date: "2022-10-07 13:57:09"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- ThirdSexXXX.yml
|
||||
Reference in New Issue
Block a user