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,35 @@
name: BeltBound
sceneByURL:
- action: scrapeXPath
url:
- beltbound.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //a[@rel="bookmark"]/text()
Code:
selector: '//div[@class="post"]/a/img/@src'
postProcess:
- replace:
- regex: '.*\/updates\/bb(\d+)\/.*'
with: BB$1
Date:
selector: //div[@class="post"]/*[starts-with(text(), "Posted on ")]
postProcess:
- replace:
- regex: 'Posted on ([A-Z]\w+) (\d{1,2})([a-z]{2})?, (\d{4})'
with: "$1 $2, $4"
- parseDate: January 2, 2006
Details:
selector: '//div[@class="post"]/p[2]'
Performers:
Name: '//a[@rel="tag"]'
Image: '//div[@class="post"]/a/img/@src'
Studio:
Name:
fixed: "BeltBound"
# Last Updated June 19, 2023

View File

@@ -0,0 +1,9 @@
id: BeltBound
name: BeltBound
metadata: {}
version: 2dcfba4
date: "2023-06-19 14:45:30"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- BeltBound.yml