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,31 @@
name: SelfieSuck
sceneByURL:
- action: scrapeXPath
url:
- selfiesuck.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="videoDetails clear"]/h3
Details: //div[@class="videoDetails clear"]/p
Image:
selector: //img[@width="1160"]/@src0_1x
postProcess:
- replace:
- regex: ^
with: "https://www.selfiesuck.com"
Date:
selector: //span[contains(text(),"Date Added:")]/following-sibling::text()
postProcess:
- parseDate: January 2, 2006
Tags:
Name: //li[contains(text(),"Tags:")]/following-sibling::text()
Performers:
Name: //li[@class="update_models"]/a
URL: //li[@class="update_models"]/a/@href
Studio:
Name:
fixed: Selfie Suck
# Last Updated September 05, 2021

View File

@@ -0,0 +1,9 @@
id: SelfieSuck
name: SelfieSuck
metadata: {}
version: a6db043
date: "2021-09-05 16:59:03"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- SelfieSuck.yml