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,47 @@
name: wtfpass
sceneByURL:
- action: scrapeXPath
url:
- wtfpass.com/videos/
- collegefuckparties.com/videos/
- pickupfuck.com/videos/
- privatesextapes.com/videos/
- hardfuckgirls.com/videos/
- pornweekends.com/videos/
- dollsporn.com/videos/
- publicsexadventures.com/videos/
- pandafuck.com/videos/
- hdmassageporn.com/videos/
- theartporn.com/videos/
- meetsuckandfuck.com/videos/
- hdsex18.com/videos/
- hersexdebut.com/videos/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$content: //div[@class="tabs-container video-info-tabs"]
scene:
Title: //h2[@class="title big"]
Details: $content//div[@class="description"]
Image:
selector: //meta[@property="og:image"]/@content
postProcess:
- replace:
- regex: "_tr.mp4"
with:
Studio:
Name: $content//span[@class="site"]/a
Tags:
Name: $content//div[@class="data-row"]//a
Performers:
Name: $content//div[@class="data-row data-actress"]/a/text()
URL: $content//div[@class="data-row data-actress"]/a/@href
Code:
selector: //link[@rel="canonical"]/@href
postProcess:
- replace:
- regex: ".*\\/videos\\/([0-9]+).*"
with: $1
# Last Updated February 24, 2024

View File

@@ -0,0 +1,9 @@
id: Wtfpass
name: wtfpass
metadata: {}
version: d214b2a
date: "2024-02-25 12:17:22"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Wtfpass.yml