Files
compose-projects-arr/stash/config/scrapers/community/JoyBear/JoyBear.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

44 lines
1.1 KiB
YAML

name: JoyBear
sceneByURL:
- action: scrapeXPath
url:
- joybear.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //span[@class="wide title"]
Date:
selector: //span[@class="wide source"]/a/following-sibling::text()
postProcess:
- replace:
- regex: "Published on"
with: ""
- regex: (\d+)(st|nd|rd|th)
with: "$1"
- parseDate: 2 January 2006
Performers:
Name: //span[@class="wide cast"]//a
Movies:
Name:
selector: //span[@class="wide source"]/a
URL:
selector: //span[@class="wide source"]/a/@href
postProcess:
- replace:
- regex: ^
with: https://www.joybear.com
Details:
selector: //span[@class="wide text"]
Image:
selector: //div[@class="wide membervideo"]/script/text()
postProcess:
- replace:
- regex: .*?(https?:\/\/\S*\.jpg).*
with: $1
Studio:
Name:
fixed: Joy Bear
# Last Updated April 20, 2021