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,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

View 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