stash
This commit is contained in:
29
stash/config/scrapers/community/Sayuncle/Sayuncle.yml
Normal file
29
stash/config/scrapers/community/Sayuncle/Sayuncle.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
name: Sayuncle
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- sayuncle.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //h2[@class="sceneTitle"]
|
||||
Date:
|
||||
selector: //div[@class="col-6 sceneDate"]/text()
|
||||
postProcess:
|
||||
- parseDate: 01/02/2006
|
||||
Performers:
|
||||
Name: //a[@class="model-name-link"]
|
||||
Details:
|
||||
selector: //div[@class="col sceneDesc hide"]/text()
|
||||
Tags:
|
||||
Name:
|
||||
selector: //div[@class="col-12 tags-container"]
|
||||
split: ", "
|
||||
Image:
|
||||
selector: //meta[@property="og:image"]/@content
|
||||
Studio:
|
||||
Name:
|
||||
selector: //div[@class="siteName float-right px-3 rounded"]/a
|
||||
# Last Updated October 24, 2022
|
||||
Reference in New Issue
Block a user