stash
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
name: Watch4Fetish
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- watch4fetish.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class="video-info-title"]/h1
|
||||
Date:
|
||||
selector: //div[@class="video-info-details"][1]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: 'Released:\s*'
|
||||
with: ""
|
||||
- parseDate: January 2, 2006
|
||||
Performers:
|
||||
Name: //div[@class='user-details-card-name']/text()
|
||||
URL: //a[@class="uk-flex"]/@href
|
||||
Tags:
|
||||
Name: //div[@class="abt-rw tgs"]/a
|
||||
Details:
|
||||
selector: //div[@class="video-info mt-3"]/p
|
||||
Image:
|
||||
selector: //img[@width="1280"]/@src0_1x
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "https://www.watch4fetish.com/"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Watch4Fetish
|
||||
# Last Updated May 07, 2021
|
||||
9
stash/config/scrapers/community/Watch4Fetish/manifest
Executable file
9
stash/config/scrapers/community/Watch4Fetish/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Watch4Fetish
|
||||
name: Watch4Fetish
|
||||
metadata: {}
|
||||
version: 66d4760
|
||||
date: "2021-07-18 15:48:20"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Watch4Fetish.yml
|
||||
Reference in New Issue
Block a user