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

31 lines
797 B
YAML

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