This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
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