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

26 lines
827 B
YAML

name: xes.pl
sceneByURL:
- action: scrapeXPath
url:
- xes.pl
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$hidden: //div[@class="details_hidden"]/table/tbody/tr
scene:
Title: //div[@class="video-page"]/div/h1
Details:
selector: //div[@class="video-article-wrap"]/article/p
concat: "\n\n"
Performers:
Name: $hidden/td[text()="Aktorzy:"]/following-sibling::td/ul/li/a/text()
Studio:
Name: $hidden/td[text()="Produkcja:"]/following-sibling::td
Date: //div[@class="details"]/table/tbody/tr/td[text()="Data dodania:"]/following-sibling::td
Tags:
Name: $hidden/td[text()="Kategorie:"]/following-sibling::td/ul/li/a
Image: //div[@class="video-type-select"]/picture/img/@src
# Last Updated August 22, 2022