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,25 @@
name: fistertwister
sceneByURL:
- action: scrapeXPath
url:
- fistertwister.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="jumbotron"]/h2/text()[1]
Date:
selector: //li[contains(text(),"Released on:")]/strong/text()
postProcess:
- parseDate: Jan 2, 2006
Details: //div[@class="jumbotron video-info"]/p[not(@class) and not(a)]/text()
Tags:
Name: //a[@class="btn btn-default"]/text()
Performers:
Name: //li[contains(text(),"Featuring:")]//a/text()
Studio:
Name:
fixed: Fister Twister
#Image: //video[@id="video"]/@poster
Image: //meta[@property="og:image"]/@content
# Last Updated August 06, 2020

View File

@@ -0,0 +1,9 @@
id: Fistertwister
name: fistertwister
metadata: {}
version: 6e013d1
date: "2020-11-08 19:09:03"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Fistertwister.yml