stash
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
name: FamilySexMassage
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- familysexmassage.com/en/video
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //h1[@class="title"]
|
||||
Date:
|
||||
selector: //div[@class="updatedDate"]
|
||||
postProcess:
|
||||
- parseDate: 01-02-2006
|
||||
Performers:
|
||||
Name: //span[@class="slide-title"]
|
||||
Tags:
|
||||
Name: //div[@class="sceneCol sceneColCategories"]/a
|
||||
Details:
|
||||
selector: //div[@class="sceneDesc bioToRight showMore"]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: 'Video Description:\s*'
|
||||
with: ""
|
||||
Image:
|
||||
selector: //script[contains(text(),"showUnavailable")]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .*?(picPreview\":\"(.*?)\").+
|
||||
with: $2
|
||||
- regex: '\\/'
|
||||
with: "/"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: FamilySexMassage
|
||||
# Last Updated July 25, 2021
|
||||
Reference in New Issue
Block a user