stash
This commit is contained in:
31
stash/config/scrapers/community/Boundhoneys/Boundhoneys.yml
Normal file
31
stash/config/scrapers/community/Boundhoneys/Boundhoneys.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
name: Boundhoneys
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- boundhoneys.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //div[@class="updateVideoTitle"]
|
||||
Details:
|
||||
selector: //div[@class="updateDescription"]/b/text()[normalize-space(.)]
|
||||
concat: "\n\n"
|
||||
Image: //meta[@name="twitter:image"]/@content
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Bound Honeys
|
||||
Date:
|
||||
selector: //a[contains(text(),"Mobile Site")]/@href
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^\.\.
|
||||
with: https://www.boundhoneys.com
|
||||
- subScraper: //div[@class="updateMainTableDate"]/text()
|
||||
- parseDate: 2 January, 2006
|
||||
Tags:
|
||||
Name: //div[@class=" updateCategoriesList"]/a/text()
|
||||
Performers:
|
||||
Name: //div[@class="updateModelsList"]/a/text()
|
||||
|
||||
# Last Updated October 07, 2020
|
||||
9
stash/config/scrapers/community/Boundhoneys/manifest
Executable file
9
stash/config/scrapers/community/Boundhoneys/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Boundhoneys
|
||||
name: Boundhoneys
|
||||
metadata: {}
|
||||
version: 3fac7ac
|
||||
date: "2020-10-07 19:24:04"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Boundhoneys.yml
|
||||
Reference in New Issue
Block a user