stash
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
name: Transerotica
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- transerotica.com/trailers
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
common:
|
||||
$update: //div[@class="centerwrap clear"]/div[@class="updateDetails"]
|
||||
scene:
|
||||
Title: //h1[@class='title_bar']
|
||||
Image: //div[@id="player"]/video/@poster
|
||||
Date:
|
||||
selector: $update/p/span/preceding-sibling::comment()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .*(\d{2}/\d{2}/\d{4}).*
|
||||
with: $1
|
||||
- parseDate: "01/02/2006"
|
||||
- map:
|
||||
1970-01-01: ""
|
||||
Details:
|
||||
selector: $update/p[starts-with(text(),"Description:")]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: '^Description:\s*'
|
||||
with:
|
||||
Performers:
|
||||
Name:
|
||||
selector: $update//span[@class="tour_update_models"]/a
|
||||
Tags:
|
||||
Name:
|
||||
selector: //meta[@name="keywords"]/@content
|
||||
split: ","
|
||||
Studio:
|
||||
Name:
|
||||
fixed: TransErotica
|
||||
# Last Updated July 07, 2023
|
||||
9
stash/config/scrapers/community/Transerotica/manifest
Executable file
9
stash/config/scrapers/community/Transerotica/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Transerotica
|
||||
name: Transerotica
|
||||
metadata: {}
|
||||
version: bd1ad11
|
||||
date: "2023-07-07 10:21:33"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Transerotica.yml
|
||||
Reference in New Issue
Block a user