stash
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
name: "FuckingAwesome"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- fuckingawesome.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h1[@class="inner-heading pull-left"]/text()
|
||||
Details: //div[@class="more text-justify"]/text()
|
||||
Tags:
|
||||
Name:
|
||||
selector: //div[@class="tags"]/ul/li/a/text()
|
||||
Performers:
|
||||
Name: //div[@class="pornstarnames"]/span[contains(text(),"Pornstars:")]/../ul/li/a/text()
|
||||
Image: //img[@id="videoPlayerPreview"]/@src
|
||||
Studio:
|
||||
Name:
|
||||
selector: //meta[@property="og:site_name"]/@content
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: \.com$
|
||||
with:
|
||||
Date:
|
||||
selector: //div[@class="videodate"]/strong/text()
|
||||
postProcess:
|
||||
- parseDate: January 2, 2006
|
||||
|
||||
# Last Updated November 08, 2020
|
||||
9
stash/config/scrapers/community/FuckingAwesome/manifest
Executable file
9
stash/config/scrapers/community/FuckingAwesome/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: FuckingAwesome
|
||||
name: FuckingAwesome
|
||||
metadata: {}
|
||||
version: 66d4760
|
||||
date: "2021-07-18 15:48:20"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- FuckingAwesome.yml
|
||||
Reference in New Issue
Block a user