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,35 @@
name: "WowPorn"
sceneByURL:
- action: scrapeXPath
url:
- wowporn.xxx
- allfinegirls.net
- wowgirls.xxx
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //meta[@property="og:title"][1]/@content
Date:
selector: //div[@class="fp-player"]//meta[@itemprop="uploadDate"]/@content
postProcess:
- parseDate: 2006-01-02
Details:
selector: //div[@class="video-description"]/div/p//text()
concat: " "
Tags:
Name: //div[@class="tags-list"]/a/text()
Performers:
Name: //i[@class="fa fa-tag"]/following-sibling::text()
Image: //meta[@property="og:image"][1]/@content
Studio:
Name:
selector: //div[@class="logo"]/a/@title
postProcess:
- replace:
- regex: \s-.*|\sVideos
with: ""
- map:
WOW PORN: "Wow Porn"
# Last Updated September 16, 2020