stash
This commit is contained in:
48
stash/config/scrapers/community/Vivid/Vivid.yml
Normal file
48
stash/config/scrapers/community/Vivid/Vivid.yml
Normal 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
|
||||
9
stash/config/scrapers/community/Vivid/manifest
Executable file
9
stash/config/scrapers/community/Vivid/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Vivid
|
||||
name: Vivid
|
||||
metadata: {}
|
||||
version: 8e2ef93
|
||||
date: "2021-05-09 16:30:27"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Vivid.yml
|
||||
Reference in New Issue
Block a user