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,57 @@
name: Bathroom Creepers
sceneByURL:
- action: scrapeXPath
url:
- bathroomcreepers.com/creeper/trailers
scraper: sceneScraper
sceneByName:
action: scrapeXPath
queryURL: https://www.bathroomcreepers.com/creeper/search.php?query={}
scraper: sceneSearch
sceneByQueryFragment:
action: scrapeXPath
queryURL: "{url}"
scraper: sceneScraper
xPathScrapers:
sceneSearch:
scene:
Title: //div[contains(@class, "item-thumb")]/a/@title
URL: //div[contains(@class, "item-thumb")]/a/@href
Date: //div[contains(@class, "item-info")]//div[contains(@class, "date")]
Image:
selector: //div[contains(@class, "item-thumb")]/a/img/@src0_1x
postProcess:
- replace:
- regex: ^
with: https://bathroomcreepers.com
sceneScraper:
common:
$performer: //li[@class="update_models"]/a
$image: //div[@class='player-thumb']/img
scene:
Title: //div[@class="videoDetails clear"]//h3
Date:
selector: //comment()[contains(., "Date Added")]
postProcess:
- replace:
- regex: '.*?(\w+ \d{1,2}, \d{4}).*'
with: $1
- parseDate: January 2, 2006
Details: //div[@class="videoDetails clear"]/p
Tags:
Name: //li[contains(text(), "Tags:")]/following-sibling::li/a/text()
Performers:
Name: $performer
URL: $performer/@href
Image:
selector: $image/@src0_4x | $image/@src0_3x | $image/@src0_2x | $image/@src0_1x | //script[contains(text(),"src0_3x")]/text()
postProcess:
- replace:
- regex: .*src0_3x="([^"]+).*
with: $1
- regex: ^
with: https://bathroomcreepers.com
Studio:
Name:
fixed: Bathroom Creepers
# Last Updated March 15, 2024

View File

@@ -0,0 +1,9 @@
id: BathroomCreepers
name: Bathroom Creepers
metadata: {}
version: 5d8095d
date: "2024-03-15 02:26:48"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- BathroomCreepers.yml