stash
This commit is contained in:
22
stash/config/scrapers/community/Xnxx/Xnxx.yml
Normal file
22
stash/config/scrapers/community/Xnxx/Xnxx.yml
Normal 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
|
||||
9
stash/config/scrapers/community/Xnxx/manifest
Executable file
9
stash/config/scrapers/community/Xnxx/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Xnxx
|
||||
name: xnxx
|
||||
metadata: {}
|
||||
version: 76f1131
|
||||
date: "2020-11-13 14:28:07"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Xnxx.yml
|
||||
Reference in New Issue
Block a user