stash
This commit is contained in:
26
stash/config/scrapers/community/Fuckermate/Fuckermate.yml
Normal file
26
stash/config/scrapers/community/Fuckermate/Fuckermate.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
name: Fuckermate
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- fuckermate.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //section[@id="video-section"]//div[@class="post-header font-alt"]/h1[1]
|
||||
Details:
|
||||
selector: //div[@class="post-entry"]//p[@class="text-justify"]
|
||||
Image: //videoplayer/@poster
|
||||
Date:
|
||||
selector: //div[@id="video-frame"]/following-sibling::div//div[@class="post-meta"]/text()[1]
|
||||
postProcess:
|
||||
- parseDate: 2006-01-02 |
|
||||
Studio:
|
||||
Name:
|
||||
fixed: FuckerMate
|
||||
Tags:
|
||||
Name:
|
||||
selector: //section[@id="video-section"]//div[@class="post-meta"]/a
|
||||
Performers:
|
||||
Name: //h1[@class="post-title"]/a()
|
||||
# Last Updated January 10, 2021
|
||||
9
stash/config/scrapers/community/Fuckermate/manifest
Executable file
9
stash/config/scrapers/community/Fuckermate/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Fuckermate
|
||||
name: Fuckermate
|
||||
metadata: {}
|
||||
version: 805b561
|
||||
date: "2022-01-11 20:10:18"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Fuckermate.yml
|
||||
Reference in New Issue
Block a user