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

28 lines
714 B
YAML

name: Swinger-Blog
sceneByURL:
- action: scrapeXPath
url:
- swinger-blog.xxx
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
Tags:
Name: //span[@class="tour_update_tags"]/a
Details:
selector: //span[@class="latest_update_description"]
Image:
selector: //img[@class="stdimage large_update_thumb thumbs"]/@src
Studio:
Name:
fixed: Swinger-Blog
# Last Updated May 22, 2021