This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View 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

View File

@@ -0,0 +1,9 @@
id: insexOL
name: insexOL
metadata: {}
version: c8a90bf
date: "2021-01-24 10:06:03"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- insexOL.yml