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

23 lines
787 B
YAML

name: xnxx
sceneByURL:
- action: scrapeXPath
url:
- xnxx.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="clear-infobar"]/strong/text()
Tags:
Name: //div[@class="metadata-row video-tags"]/a/text()
Studio:
Name: //span[@class="metadata"]/a[@class="gold-plate" or @class="free-plate"]/text()
Details: //p[@class="metadata-row video-description"]
Image:
selector: //script[contains(text(), "setThumbUrl169")]/text()|//div[@id="html5video"][span[@class="premium-log-overlay"]]/div[@class="embed-responsive-item"]/@style
postProcess:
- replace:
- regex: ^.+(?:setThumbUrl169|url)\('(.+?\.jpg).+$
with: $1
# Last Updated November 11, 2020