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
|
||||
Reference in New Issue
Block a user