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,52 @@
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