Files
compose-projects-arr/stash/config/scrapers/community/angelasommers/angelasommers.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

32 lines
832 B
YAML

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