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,25 @@
name: Femanic
sceneByURL:
- action: scrapeXPath
url:
- femanic.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="dis_main_heading"]
Performers:
Name: //div[@class="main-modals"]/p//a
Details:
selector: //div[@class="disc-text"]/p
Image:
selector: //video[@style="max-width:100%;max-height:100%;"]/@poster|//img[@class="video-container-img"]/@src
postProcess:
- replace:
- regex: ^
with: "https://www.femanic.com/"
Studio:
Name:
fixed: Femanic
# Last Updated May 20, 2021

View File

@@ -0,0 +1,9 @@
id: Femanic
name: Femanic
metadata: {}
version: 5ad18be
date: "2021-05-22 20:00:02"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Femanic.yml