Files
compose-projects-arr/stash/config/scrapers/community/SubspaceLand/SubspaceLand.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

35 lines
868 B
YAML

name: Subspaceland
sceneByURL:
- action: scrapeXPath
url:
- subspaceland.com/video
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1/text()
Date:
selector: //p[@class="date"]/text()
postProcess:
- replace:
- regex: Released on (.*)
with: $1
- parseDate: 02 Jan 2006
Performers:
Name:
selector: //h2[@class="ml20"]/a/@title
Tags:
Name:
selector: //div[@id="tagsInColums"]//li/a/text()
Studio:
Name:
selector: //div[@id="header"]/a/@title
Image:
selector: //div[@class="setEntertaiment"]/a/img/@src
postProcess:
- replace:
- regex: ^
with: https://www.subspaceland.com
# Last Updated July 06, 2021