This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View 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

View 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