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,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