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

32 lines
931 B
YAML

name: EnjoyX
sceneByURL:
- action: scrapeXPath
url:
- enjoyx.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[contains(@class,'row')]//div[contains(@class,'video-detail__title')]/text()
Date:
selector: //div[contains(@class,'row')]//div[contains(@class,'video-info__time')]/text()
postProcess:
- replace:
- regex: ^.+?(\d+\s+\w+,?\s+\d+).*
with: $1
- parseDate: 2 January, 2006
Image:
selector: //script[contains(.,'pluginSettings')]
postProcess:
- replace:
- regex: ^.+?"poster".+?"url":\s*"([^"]+).+
with: $1
Studio:
Name:
fixed: EnjoyX
Tags:
Name: //a[@class='tags__item']/text()
Performers:
Name: //div[contains(@class,'row')]//a[contains(@href,'model')]/text()
# Last Updated April 3, 2024