42 lines
1.0 KiB
YAML
42 lines
1.0 KiB
YAML
name: "Blake Mason"
|
|
sceneByURL:
|
|
- action: scrapeXPath
|
|
url:
|
|
- blakemason.com/videos/
|
|
scraper: sceneScraper
|
|
xPathScrapers:
|
|
sceneScraper:
|
|
common:
|
|
$imageUrl: //meta[@property="og:image"]/@content
|
|
scene:
|
|
Title: //div[contains(@class, "content-title")]//h2
|
|
Date:
|
|
selector: //span[contains(@class, "date")]
|
|
postProcess:
|
|
- parseDate: 01/02/2006
|
|
Code:
|
|
selector: $imageUrl
|
|
postProcess:
|
|
- replace:
|
|
- regex: .*thumbs/(BM\d+)_.*
|
|
with: $1
|
|
Details:
|
|
selector: //div[@class='content-description']/p[@class='text-justify']/text()
|
|
concat: " "
|
|
Studio:
|
|
Name:
|
|
fixed: "Blake Mason"
|
|
Tags:
|
|
Name:
|
|
selector: //p[@class='tags']/a
|
|
Performers:
|
|
Name:
|
|
selector: //div[contains(@class, 'models-wrap')]//h5
|
|
Image:
|
|
selector: $imageUrl
|
|
postProcess:
|
|
- replace:
|
|
- regex: ^//
|
|
with: https://
|
|
# Last Updated October 03, 2023
|