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

23 lines
572 B
YAML

name: xartxxx
sceneByURL:
- action: scrapeXPath
url:
- xart.xxx
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h1[@class="entry-title"]
Date:
selector: //div[@class="meta-item meta-date"]/span/text()
postProcess:
- parseDate: January 2, 2006
Details:
selector: //div[@class="entry-content-single"]/p
concat: " "
Performers:
Name: //div[@class="meta-tags"]/a/text()
Image: //a[@class="vlog-cover"]/img/@data-lazy-src
# Last Updated November 08, 2020