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,46 @@
name: College-Uniform
sceneByURL:
- action: scrapeXPath
url:
- college-uniform.com
scraper: sceneScraper
galleryByURL:
- action: scrapeXPath
url:
- college-uniform.com
scraper: galleryScraper
xPathScrapers:
sceneScraper:
scene:
Title: &title
selector: //span[@class="update_title"]
Date: &date
selector: //span[@class="update_date"]
postProcess:
- parseDate: 02/01/2006
Performers: &performers
Name: //span[@class="tour_update_models"]/a
Details: &details
selector: //span[@class="latest_update_description"]
Image:
selector: //meta[@property="og:image"]/@content
Studio: &studio
Name:
fixed: College-Uniform
Tags: &tags
Name:
selector: //meta[@name="keywords"]/@content
postProcess:
- replace:
- regex: ',[^,]+\sId\s\d+'
with:
split: ","
galleryScraper:
gallery:
Title: *title
Details: *details
Performers: *performers
Studio: *studio
Date: *date
Tags: *tags
# Last Updated July 25, 2021

View File

@@ -0,0 +1,9 @@
id: CollegeUniform
name: College-Uniform
metadata: {}
version: 47d66b8
date: "2021-07-29 22:31:00"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- CollegeUniform.yml