stash
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user