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
|
||||
Reference in New Issue
Block a user