This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
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