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,30 @@
name: Raw Fuck Club
sceneByURL:
- action: scrapeXPath
url:
- www.rawfuckclub.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="col-12 pr-0"]/h2
Performers:
Name: //span[@class="badge badge-primary"]
Tags:
Name: //span[@class="badge badge-secondary"]
Details:
selector: //p[@class="watch-description"]
Image: //img[@class="img-responsive"]/@src
Date:
selector: //p[@class='watch-published-date']/text()
postProcess:
- replace:
- regex: 'Reposted on (.+)([.])'
with: $1
- regex: 'Posted on (.+)'
with: $1
- parseDate: January 2, 2006
Studio:
Name:
fixed: Raw Fuck Club
# Last Updated November 08, 2023

View File

@@ -0,0 +1,9 @@
id: RawFuckClub
name: Raw Fuck Club
metadata: {}
version: 4c9a36f
date: "2023-12-14 17:23:41"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- RawFuckClub.yml