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,9 @@
id: superbemodels
name: superbemodels
metadata: {}
version: 96c0bc9
date: "2021-03-15 14:54:49"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- superbemodels.yml

View File

@@ -0,0 +1,29 @@
name: superbemodels
sceneByURL:
- action: scrapeXPath
url:
- superbemodels.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="item-name-model-video item-tags-change"]//h1
Date:
selector: //span[@class="duration-box duration-box-change"][contains(span,"Release date:")]/em
postProcess:
- parseDate: January 2, 2006
Details: //div[@class="item description-video"]/p
Performers:
Name: //a[@class="models-name-box "]
Tags:
Name:
selector: //div[@class="item item-tags-change"]//a
postProcess:
- replace:
- regex: ","
with: ""
Studio:
Name:
fixed: superbemodels
Image: //div[@class="block-screenshots"]/a[contains(@href,"/1.jpg")]/@href
# Last Updated March 15, 2021