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