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,31 @@
name: angelasommers
sceneByURL:
- action: scrapeXPath
url:
- angelasommers.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //meta[@property="og:title"]/@content
Date:
selector: //p[@class="date"]/text()
postProcess:
- replace:
- regex: ^(\d{2}/\d{2}/\d{4}).+
with: $1
- parseDate: 01/02/2006
Performers:
Name: //p[@class="modelname"]//a
Details: //div[@class="videocontent"]/p
Image:
selector: //img[@class="update_thumb thumbs stdimage"]/@src0_1x
postProcess:
- replace:
- regex: ^
with: "https://www.angelasommers.com"
Studio:
Name:
fixed: Angela Sommers
# Last Updated March 14, 2021

View File

@@ -0,0 +1,9 @@
id: angelasommers
name: angelasommers
metadata: {}
version: 84844a4
date: "2021-03-15 13:57:25"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- angelasommers.yml