23 lines
787 B
YAML
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
|