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

49 lines
1.3 KiB
YAML

name: Vivid
sceneByURL:
- action: scrapeXPath
url:
- 65inchhugeasses.com
- blackwhitefuckfest.com
- brandnewfaces.com
- girlswhofuckgirls.com
- momisamilf.com
- nastystepfamily.com
- orgytrain.com
- petited.com
- vivid.com
- vividclassic.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$info: //div[@class="row individual-scenes-section"]
scene:
Title: //h2[@class="scene-h2-heading"]
Details: $info/p
Tags:
Name: $info/h5[contains(text(),'Categories:')]/a
Performers:
Name: $info/h4[contains(text(),'Starring:')]/a
Image:
selector: //script[contains(text(),'poster:')]|//img[@id="placard"]/@src
postProcess:
- replace:
- regex: .+(https://content\.vivid\.com/.+\.jpg).+
with: $1
Date:
selector: $info/h5[contains(text(),'Released:')]
postProcess:
- replace:
- regex: "Released:"
with: ""
- parseDate: Jan 2, 2006
Studio:
Name:
selector: //a[@class="navbar-brand"]/img/@alt
postProcess:
- replace:
- regex: (?:.*Presents\s)?(.*)\sLogo
with: $1
# Last Updated May 09, 2021