stash
This commit is contained in:
24
stash/config/scrapers/community/FFstockings/FFstockings.yml
Normal file
24
stash/config/scrapers/community/FFstockings/FFstockings.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
name: FFstockings
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- ffstockings.com
|
||||
- stockingvideos.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class="trailerContent"]/h2
|
||||
Performers:
|
||||
Name: //li/a/span
|
||||
Tags:
|
||||
Name:
|
||||
selector: //div[@class="tags"]/a
|
||||
Details:
|
||||
selector: //div[@class="trailerContent"]/p/text()
|
||||
Image:
|
||||
selector: //meta[@property="og:image"]/@content
|
||||
Studio:
|
||||
Name: //div[@class="logo"]/a/@title
|
||||
# Last Updated May 21, 2021
|
||||
Reference in New Issue
Block a user