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,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

View 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