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

53 lines
1.6 KiB
YAML

name: "BelAmi"
sceneByURL:
- action: scrapeXPath
url:
- belamionline.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //*[@id="ContentPlaceHolder1_LabelTitle"]
Details:
selector: //p[span[@id="ContentPlaceHolder1_LabelDescription"]]/following-sibling::p
concat: "\n\n"
Date:
selector: //*[@id="ContentPlaceHolder1_LabelReleased"]
postProcess:
- parseDate: 1/2/2006
Studio:
Name:
fixed: BelAmi
Performers:
Name:
selector: //div[@class="actors_list"]//text()[not(contains(.,"Show more actors"))]
Image:
selector: //div[@class="video_player"]//a[contains(@href,"Screen-")]/@href
postProcess:
- replace:
- regex: .*?Screen-([1-9].*)
with: https://freecdn.belamionline.com/Data/Contents/Content_$1/Thumbnail6.jpg
Tags:
Name:
selector: //*[@id="ContentPlaceHolder1_LabelTags"]/a
postProcess:
- map:
Castings: "Casting"
Condom Free: "No Condom"
Condom Free Archive: "No Condom"
Condom Archive: "Condom"
Photosession Videos: "Photoshoot"
Oral: "Blowjob"
Orgies: "Orgy (Gay)"
Remastered: "Remaster"
Solos: "Solo Male"
Sex Scenes: "Gay"
Three Way: "Threesome (Gay)"
Code:
selector: //form[@method="post"]/@action
postProcess:
- replace:
- regex: ^.*\=\s*
with:
# Last Updated January 13, 2024