stash
This commit is contained in:
24
stash/config/scrapers/community/FILF/FILF.yml
Normal file
24
stash/config/scrapers/community/FILF/FILF.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
name: "FILF"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- filf.com/profil/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h1[@class="title"]/text()
|
||||
Details: //p[@class="description"]/text()
|
||||
Performers:
|
||||
Name: //div[@class="name-ctn"]/span/text()
|
||||
Image:
|
||||
selector: //img[@class="scene-img"]/@src
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "https:"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: FILF
|
||||
|
||||
# Last Updated July 25, 2020
|
||||
9
stash/config/scrapers/community/FILF/manifest
Executable file
9
stash/config/scrapers/community/FILF/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: FILF
|
||||
name: FILF
|
||||
metadata: {}
|
||||
version: 2d7046f
|
||||
date: "2020-09-23 21:14:47"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- FILF.yml
|
||||
Reference in New Issue
Block a user