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,56 @@
name: RachelSteele
sceneByURL:
- action: scrapeXPath
url:
- rachel-steele.com
scraper: sceneScraper
sceneByName:
action: scrapeXPath
queryURL: https://rachel-steele.com/x-new/new-preview-list.php?user=rachel-steele&search={}&type=all&submit=Search
scraper: sceneSearch
sceneByQueryFragment:
action: scrapeXPath
queryURL: "{url}"
scraper: sceneScraper
xPathScrapers:
sceneSearch:
common:
$root: //li[contains(concat(' ',normalize-space(@class),' '),' first ')]
scene:
Title: $root//h3
Image:
selector: $root//img/@src
postProcess:
- replace:
- regex: ^
with: https://rachel-steele.com
URL:
selector: $root/a/@href
postProcess:
- replace:
- regex: ^
with: https://rachel-steele.com
sceneScraper:
scene:
Title: //div[contains(concat(' ',normalize-space(@class),' '),' span12 ')]/h3/text()
Image:
selector: //div[contains(concat(' ',normalize-space(@class),' '),' album-details ')]/div/div/img/@src
postProcess:
- replace:
- regex: ^
with: https://rachel-steele.com
Details: //meta[@name="twitter:description"]/@content
Performers:
Name:
fixed: Rachel Steele
Studio:
Name:
fixed: Rachel Steele
URL:
fixed: https://Rachel-Steele.com
# Last Updated August 09, 2023

View File

@@ -0,0 +1,9 @@
id: RachelSteele
name: RachelSteele
metadata: {}
version: 0f82d8c
date: "2023-08-16 15:02:46"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- RachelSteele.yml