stash
This commit is contained in:
48
stash/config/scrapers/community/XXXPawn/XXXPawn.yml
Normal file
48
stash/config/scrapers/community/XXXPawn/XXXPawn.yml
Normal file
@@ -0,0 +1,48 @@
|
||||
name: "XXXPawn"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- xxxpawn.com
|
||||
- xxxpawn.xxx
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h1/text()|//div[@id="content"]//h2/text()
|
||||
Date:
|
||||
selector: //link[@rel="canonical"]/@href
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+(?:\.xxx|\.com\/video\d+)\/([\w-]+)(?:.+|)
|
||||
with: https://xxxpawn.xxx/$1
|
||||
- subScraper:
|
||||
selector: //div[@id="title-single"]/span/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: (\w+\s)(\d+)\w+,(\s\d{4})
|
||||
with: $1$2$3
|
||||
- parseDate: January 2 2006
|
||||
Details:
|
||||
selector: //p[@class="videoDetail"]/text()|//p[@class="more"]/text()|//span[@class="morecontent"]/span/text()
|
||||
concat: ''
|
||||
Studio:
|
||||
Name:
|
||||
selector: //link[@rel="canonical"]/@href
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+
|
||||
with: 'XXXPawn'
|
||||
Image:
|
||||
selector: //link[@rel="canonical"]/@href
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+(?:\.xxx|\.com\/video\d+)\/([\w-]+)(?:.+|)
|
||||
with: https://xxxpawn.xxx/$1
|
||||
- subScraper:
|
||||
selector: //video/@poster
|
||||
Tags:
|
||||
Name:
|
||||
selector: //meta[@http-equiv="keywords"]/@content
|
||||
split: ', '
|
||||
|
||||
# Last Updated November 08, 2020
|
||||
9
stash/config/scrapers/community/XXXPawn/manifest
Executable file
9
stash/config/scrapers/community/XXXPawn/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: XXXPawn
|
||||
name: XXXPawn
|
||||
metadata: {}
|
||||
version: 66d4760
|
||||
date: "2021-07-18 15:48:20"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- XXXPawn.yml
|
||||
Reference in New Issue
Block a user