Files
compose-projects-arr/stash/config/scrapers/community/FFstockings/FFstockings.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

25 lines
588 B
YAML

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