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: "ShinyBound"
sceneByURL:
- action: scrapeXPath
url:
- shinybound.com
- shinysboundsluts.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h1
Details:
selector: //div[contains(@class, "videoDescription")]/p
Date:
selector: //div[@class="contentT"]/ul[@class="contentInfo"]/li[./i[contains(@class, "fa-calendar")]]/text()
postProcess:
- parseDate: Jan 2, 2006
Tags:
Name: //div[@class="tags"]//a/text()
Performers:
Name:
selector: //div[@class="models"]//a/text()
Studio:
Name:
selector: //div[@class="logo"]/a/@href
postProcess:
- replace:
- regex: https://([^.]+)\..+
with: $1
- map:
shinysboundsluts: ShinysBoundSluTS
shinybound: ShinyBound
Image:
selector: //iframe/@src
postProcess:
- replace:
- regex: .*\?poster=(.*\.jpg).*
with: $1
# Last Updated February 23, 2023