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

24 lines
558 B
YAML

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