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,40 @@
name: "Fragile Slave"
sceneByURL:
- action: scrapeXPath
url:
- fragileslave.com/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$details: //div[@class="videodetails"]/p[@class="date"]
$thumb: //div[@class='trailerblock'][1]
scene:
Title:
selector: //div[@class="pagetitle"]//h1/text()
Details:
selector: //div[@class="videocontent"]/p/text()
Date:
selector: $details/text()[1]
postProcess:
- replace:
- regex: (\s*\|.*)
with:
- parseDate: 01/02/2006
Image:
selector: $thumb/script|$thumb//img[contains(@class,"thumbs")]
postProcess:
- replace:
- regex: .*<img.*src0_1x="(.*)".*
with: $1
Studio:
Name:
fixed: Fragile Slave
Tags:
Name:
selector: $details/a/text()
Performers:
Name:
selector: //span[@class="tour_update_models"]/a/text()
# Last Updated March 14, 2022