This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View 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

View File

@@ -0,0 +1,9 @@
id: FFstockings
name: FFstockings
metadata: {}
version: ccf24dc
date: "2021-05-23 10:20:54"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- FFstockings.yml