stash
This commit is contained in:
@@ -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
|
||||
9
stash/config/scrapers/community/FragileSlave/manifest
Executable file
9
stash/config/scrapers/community/FragileSlave/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: FragileSlave
|
||||
name: Fragile Slave
|
||||
metadata: {}
|
||||
version: 030bc33
|
||||
date: "2022-03-14 19:41:44"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- FragileSlave.yml
|
||||
Reference in New Issue
Block a user