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,34 @@
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

View File

@@ -0,0 +1,9 @@
id: SubspaceLand
name: Subspaceland
metadata: {}
version: c57195d
date: "2021-07-12 22:22:00"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- SubspaceLand.yml