stash
This commit is contained in:
59
stash/config/scrapers/community/PervCity/PervCity.yml
Normal file
59
stash/config/scrapers/community/PervCity/PervCity.yml
Normal file
@@ -0,0 +1,59 @@
|
||||
name: "PervCity"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- analoverdose.com/trailers/
|
||||
- bangingbeauties.com/trailers/
|
||||
- chocolatebjs.com/trailers/
|
||||
- oraloverdose.com/trailers/
|
||||
- pervcity.com/trailers/
|
||||
- upherasshole.com/trailers/
|
||||
- dpdiva.com/trailers/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
common:
|
||||
$sceneinfo: //div[@class="videoInfo"]
|
||||
$base: //head/base/@href
|
||||
scene:
|
||||
Title: $sceneinfo/div[@class="infoHeader"]
|
||||
Studio:
|
||||
Name:
|
||||
selector: //head/base/@href
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+/(?:www\.)?([^\.]+)\.com/.*
|
||||
with: $1
|
||||
- map:
|
||||
analoverdose: Anal Overdose
|
||||
bangingbeauties: Banging Beauties
|
||||
chocolatebjs: Chocolate BJs
|
||||
dpdiva: DP Diva
|
||||
oraloverdose: Oral Overdose
|
||||
pervcity: PervCity
|
||||
upherasshole: Up Her Asshole
|
||||
Performers:
|
||||
Name: $sceneinfo//span[@class="tour_update_models"]/a
|
||||
Tags:
|
||||
Name: $sceneinfo//div[@class="tagcats"]/a/text()
|
||||
Details: $sceneinfo//p/text()|$sceneinfo//h3[@class="description"]
|
||||
Image:
|
||||
selector: //head/base/@href|//img[@class="posterimg stdimage thumbs"]/@src
|
||||
concat: "|"
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ([^|]+)\|(.*)/(content/.+)
|
||||
with: $1$3
|
||||
Date:
|
||||
selector: $sceneinfo/div[@class="infoHeader"]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: \s
|
||||
with: "_"
|
||||
- regex: ^
|
||||
with: "https://pervcity.com/search.php?query="
|
||||
- subScraper:
|
||||
selector: //div[@class="category_listing_block"]//div[@class="date"]/text()
|
||||
postProcess:
|
||||
- parseDate: 01-02-2006
|
||||
# Last Updated February 13, 2022
|
||||
9
stash/config/scrapers/community/PervCity/manifest
Executable file
9
stash/config/scrapers/community/PervCity/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: PervCity
|
||||
name: PervCity
|
||||
metadata: {}
|
||||
version: 1654c1e
|
||||
date: "2023-08-29 09:22:57"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- PervCity.yml
|
||||
Reference in New Issue
Block a user