stash
This commit is contained in:
30
stash/config/scrapers/community/Philavise/Philavise.yml
Normal file
30
stash/config/scrapers/community/Philavise/Philavise.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
name: Philavise
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- philavise.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //span[@class="update_title"]
|
||||
Date:
|
||||
selector: //span[@class="update_date"]
|
||||
postProcess:
|
||||
- parseDate: 01/02/2006
|
||||
Performers:
|
||||
Name: //span[@class="tour_update_models"]/a
|
||||
Details: //span[@class="latest_update_description"]
|
||||
Tags:
|
||||
Name: //span[@class='tour_update_tags']/a
|
||||
Image:
|
||||
selector: //img[@class='large_update_thumb left thumbs']/@src
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "http://philavise.com/"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Philavise
|
||||
# Last Updated April 09, 2021
|
||||
9
stash/config/scrapers/community/Philavise/manifest
Executable file
9
stash/config/scrapers/community/Philavise/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Philavise
|
||||
name: Philavise
|
||||
metadata: {}
|
||||
version: "8507819"
|
||||
date: "2021-04-10 10:44:25"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Philavise.yml
|
||||
Reference in New Issue
Block a user