stash
This commit is contained in:
31
stash/config/scrapers/community/EnjoyX/EnjoyX.yml
Normal file
31
stash/config/scrapers/community/EnjoyX/EnjoyX.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
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
|
||||
Reference in New Issue
Block a user