40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
name: DollRotic
|
|
sceneByURL:
|
|
- action: scrapeXPath
|
|
url:
|
|
- dollrotic.com/trailers/
|
|
- femlatex.com/trailers/
|
|
- gymnastic.xxx/trailers/
|
|
- gymrotic.com/trailers/
|
|
scraper: sceneScraper
|
|
xPathScrapers:
|
|
sceneScraper:
|
|
scene:
|
|
Title:
|
|
selector: //li[@class="active"]
|
|
Date:
|
|
selector: //strong[contains(text(),"Released:")]/following-sibling::text()
|
|
postProcess:
|
|
- parseDate: January 2, 2006
|
|
Performers:
|
|
Name: //strong[contains(text(),"Featuring:")]/following-sibling::a
|
|
Tags:
|
|
Name: //strong[contains(text(),"Tags:")]/following-sibling::a
|
|
Details:
|
|
selector: //div[@class="col-md-7 mb-4 mb-md-0"]//p
|
|
Image:
|
|
selector: //base/@href|//img[@class="update_thumb thumbs stdimage"]/@src0_1x
|
|
concat: "|"
|
|
postProcess:
|
|
- replace:
|
|
- regex: "[|]"
|
|
with: ""
|
|
Studio:
|
|
Name:
|
|
selector: //meta[@name="author"]/@content
|
|
postProcess:
|
|
- replace:
|
|
- regex: '\.com$'
|
|
with: ""
|
|
# Last Updated August 06, 2021
|