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,45 @@
name: Jhdv
sceneByURL:
- action: scrapeXPath
url:
- amateurav.com/en/
- av69.tv/en/
- avanal.com/en/
- avstockings.com/en/
- avtits.com/en/
- ferame.com/en/
- gangav.com/en/
- hairyav.com/en/
- heymilf.com/en/
- heyoutdoor.com/en/
- lingerieav.com/en/
- povav.com/en/
- pussyav.com/en/
- schoolgirlshd.com/en/
- shiofuky.com/en/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[@itemprop="name"]/text()
Performers:
Name: //div[@class="set-info__model"]/p/a
Details: //div[@class="set-info__description"]/p
Tags:
Name: //div[@class="categories-links"]/a
Image:
selector: //div[@class="player-container"]/@style
postProcess:
- replace:
- regex: .*?(https?:\/\/\S*\.jpg).*
with: $1
Studio:
Name:
selector: //div[@class="center"]/a/@href
postProcess:
- replace:
- regex: (https://)(\w+).*
with: $2
# Last Updated May 23, 2021