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,40 @@
name: "GloryHoleSwallow"
sceneByURL:
- action: scrapeXPath
url:
- gloryholeswallow.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$info: //div[@class='objectInfo']
scene:
Title: $info/h1
Date:
selector: $info/h1
postProcess:
- replace:
# Try to match their current date format
- regex: .*?(\w{3})\.\s*(\d{1,2}),\s*(\d{4}).*
with: $1 $2, $3
- parseDate: Jan 2, 2006
- replace:
# Strip out non-date text in case title does not follow the expected format
- regex: .*?(\d{4}-\d{2}-\d{2})?.*
with: $1
Details:
selector: $info/div[@class='content']/p/text()
concat: "\n\n"
Tags:
Name: $info//p[contains(text(),'Tags')]//a/text()
Image:
selector: //div[@id='fakeplayer']//img/@src0_1x
postProcess:
- replace:
- regex: ^
with: https://gloryholeswallow.com
Studio:
Name:
fixed: GloryHole Swallow
URL: //link[@rel='canonical']/@href
# Last Updated April 04, 2021

View File

@@ -0,0 +1,9 @@
id: GloryHoleSwallow
name: GloryHoleSwallow
metadata: {}
version: 148fa13
date: "2024-03-05 16:28:28"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- GloryHoleSwallow.yml