stash
This commit is contained in:
33
stash/config/scrapers/community/SwallowBay/SwallowBay.yml
Normal file
33
stash/config/scrapers/community/SwallowBay/SwallowBay.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
name: SwallowBay
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- swallowbay.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //h1
|
||||
Date:
|
||||
selector: //div[@class="content-date"]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: 'Date:\s*'
|
||||
with: ""
|
||||
- regex: (\d+)(st|nd|rd|th)
|
||||
with: "$1"
|
||||
- parseDate: 02 Jan 2006
|
||||
Performers:
|
||||
Name: //div[@class="content-models"]//a
|
||||
Tags:
|
||||
Name: //div[@class="box"]/a
|
||||
Details:
|
||||
selector: //div[@class="content-desc more-desc"]
|
||||
concat: "\n"
|
||||
Image:
|
||||
selector: //meta[@property="og:image"]/@content
|
||||
Studio:
|
||||
Name:
|
||||
fixed: SwallowBay
|
||||
# Last Updated July 31, 2021
|
||||
9
stash/config/scrapers/community/SwallowBay/manifest
Executable file
9
stash/config/scrapers/community/SwallowBay/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: SwallowBay
|
||||
name: SwallowBay
|
||||
metadata: {}
|
||||
version: 3bcfb07
|
||||
date: "2021-08-01 11:21:33"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- SwallowBay.yml
|
||||
Reference in New Issue
Block a user