32 lines
832 B
YAML
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
|