stash
This commit is contained in:
28
stash/config/scrapers/community/Voyeurweb/Voyeurweb.yml
Normal file
28
stash/config/scrapers/community/Voyeurweb/Voyeurweb.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: HomeClips
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- www.funbags.com/contributions/view/
|
||||
- www.homeclips.com/contributions/view/
|
||||
scraper: sceneScraper
|
||||
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //p[@class="contribution-title"]
|
||||
Date:
|
||||
selector: //p[@class="posted-date"]
|
||||
postProcess:
|
||||
- parseDate: Jan 2, 2006
|
||||
Details: //p[@class="contribution-text"]
|
||||
Tags:
|
||||
Name: //div[@class="contribution-tags"]/a/text()
|
||||
Image:
|
||||
selector: //div[@class="contri-photos"]//img/@src
|
||||
Studio:
|
||||
Name:
|
||||
fixed: HomeClips
|
||||
URL:
|
||||
fixed: https://www.homeclips.com/
|
||||
|
||||
# Last Updated October 03, 2020
|
||||
9
stash/config/scrapers/community/Voyeurweb/manifest
Executable file
9
stash/config/scrapers/community/Voyeurweb/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Voyeurweb
|
||||
name: HomeClips
|
||||
metadata: {}
|
||||
version: "7784562"
|
||||
date: "2021-07-14 20:55:29"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Voyeurweb.yml
|
||||
Reference in New Issue
Block a user