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,29 @@
name: Sins Life
sceneByURL:
- action: scrapeXPath
url:
- sinslife.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[@class="font-Oswald uppercase"]
Date:
selector: //span[contains(.,"Release Date:")]/following-sibling::text()
postProcess:
- parseDate: January 2, 2006
Performers:
Name: //div[@class="item-models"]//a
Details:
selector: //div[@class="item-description full"]/p
Image:
selector: //div[@class="player-window-play"]/following-sibling::img/@src
postProcess:
- replace:
- regex: ^
with: "https:"
Studio:
Name:
fixed: Sins Life
# Last Updated May 24, 2021

View File

@@ -0,0 +1,9 @@
id: SinsLife
name: Sins Life
metadata: {}
version: c568b19
date: "2021-05-28 20:19:03"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- SinsLife.yml