stash
This commit is contained in:
39
stash/config/scrapers/community/insexOL/insexOL.yml
Normal file
39
stash/config/scrapers/community/insexOL/insexOL.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
name: insexOL
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- paintoy.com/corporal
|
||||
- sensualpain.com/sadomasochism
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //span[@class="articleTitleText"]/a[1]/text()
|
||||
Date:
|
||||
selector: //span[@class="articlePostDateText"][1]/text()
|
||||
postProcess:
|
||||
- parseDate: "January 2, 2006"
|
||||
Details:
|
||||
selector: //td[@class="articleCopyText"]/text()
|
||||
concat: "\n\n"
|
||||
Performers:
|
||||
Name: //span[@class="articleTitleText"]/a[@class="articleTitleText" and @alt]/text()
|
||||
Tags:
|
||||
Name:
|
||||
selector: //td[@class="articleTagsText"]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: 'Tags: '
|
||||
with: ''
|
||||
split: ','
|
||||
Studio:
|
||||
Name:
|
||||
selector: //title/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: '([^|]+) \| .*'
|
||||
with: $1
|
||||
Image: //video[@id="my-video"]/@poster
|
||||
|
||||
# Last Updated January 18, 2021
|
||||
Reference in New Issue
Block a user