stash
This commit is contained in:
9
stash/config/scrapers/community/sugarcookie/manifest
Executable file
9
stash/config/scrapers/community/sugarcookie/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: sugarcookie
|
||||
name: sugarcookie
|
||||
metadata: {}
|
||||
version: 2d7046f
|
||||
date: "2020-09-23 21:14:47"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- sugarcookie.yml
|
||||
25
stash/config/scrapers/community/sugarcookie/sugarcookie.yml
Normal file
25
stash/config/scrapers/community/sugarcookie/sugarcookie.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
name: sugarcookie
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- sugarcookie.xxx/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h1[@class="entry-title cb-entry-title cb-title"]/text()
|
||||
Date:
|
||||
selector: //div[@class="cb-entry-header cb-meta clearfix"]/div[@class="cb-byline"]/span[@class="cb-date"]/time[@class="updated"]/@datetime
|
||||
Details:
|
||||
selector: //span[@class="cb-itemprop"]/p/strong
|
||||
concat: "\n\n"
|
||||
Tags:
|
||||
Name: //p[@class="cb-tags cb-post-footer-block"]/a/text()
|
||||
Performers:
|
||||
Name: //span[@class="cb-itemprop"]/p/strong/a[contains(@href,'sugarcookie.xxx/models')]/text()
|
||||
Studio:
|
||||
Name:
|
||||
fixed: SugarCookie
|
||||
Image: //meta[@property="og:image"]/@content
|
||||
|
||||
# Last Updated August 08, 2020
|
||||
Reference in New Issue
Block a user