stash
This commit is contained in:
24
stash/config/scrapers/community/kinkyfamily/kinkyfamily.yml
Normal file
24
stash/config/scrapers/community/kinkyfamily/kinkyfamily.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
name: kinkyfamily
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- kinkyfamily.com/index.php/main/view_movie
|
||||
- free.kinkyfamily.com/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h2[@class="title_heading"]/text()
|
||||
Details: //div[@class="description"]/p/text()
|
||||
Studio:
|
||||
Name:
|
||||
fixed: kinkyfamily
|
||||
Image:
|
||||
selector: //script[contains(.,"i.src = '")]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: (.+)(i\.src = ')(.+\.jpg)(.+)
|
||||
with: $3
|
||||
- regex: ^/
|
||||
with: https://kinkyfamily.com/
|
||||
# Last Updated February 19, 2022
|
||||
Reference in New Issue
Block a user