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,36 @@
name: TripForFuck
sceneByURL:
- action: scrapeXPath
url:
- tripforfuck.com/member/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[@class="h3 mb-0"]/text()
Date:
selector: //div[@class="d-flex small movie-status"]/p
postProcess:
- replace:
- regex: (\d),(\d)
with: $1$2
- regex: (\d+).+
with: $1
- subtractDays: true
Performers:
Name: //p[@class="mb-0"]/a
Tags:
Name: //div[@class="search-tags mb-5 d-flex flex-wrap"]/a
Details:
selector: //div[@class="container"]/p
Image:
selector: //img[@class="mh-100 mw-100 lazyload"]/@data-src
postProcess:
- replace:
- regex: ^
with: "https://www.tripforfuck.com"
Studio:
Name:
fixed: TripForFuck
# Last Updated January 20, 2022

View File

@@ -0,0 +1,9 @@
id: TripForFuck
name: TripForFuck
metadata: {}
version: 26c11e7
date: "2022-01-22 00:36:23"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- TripForFuck.yml