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,9 @@
id: pornworld
name: Pornworld
metadata: {}
version: 6d7901e
date: "2024-02-26 23:53:29"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- pornworld.yml

View File

@@ -0,0 +1,78 @@
# yaml-language-server: $schema=../validator/scraper.schema.json
name: Pornworld
sceneByURL:
- action: scrapeXPath
url:
- tour10.pornworld.com/watch/
scraper: tour10SceneScraper
- action: scrapeXPath
url:
- pornworld.com/watch/
scraper: sceneScraper
sceneByFragment:
action: scrapeJson
queryURL: https://pornworld.com/autocomplete?query={filename}
queryURLReplace:
filename:
- regex: .*(GP\d+).*
with: $1
scraper: sceneQueryScraper
jsonScrapers:
sceneQueryScraper:
scene:
Title: terms.Scene.0.name
URL: terms.Scene.0.url
xPathScrapers:
sceneScraper:
scene:
Title: &title
selector: //h1
postProcess:
- replace:
- regex: featuring.+
with: ""
Code:
selector: //h1
postProcess:
- replace:
- regex: .*(GP\d+).*
with: $1
Date: //i[contains(@class,"calendar3")]/text()
Details: //meta[@name="description"]/@content
Tags:
Name: //div[@class="watch"]//a[contains(@href,"genre")]/text()
Performers:
Name: //div[@class="watch"]//a[contains(@href,"model")]/text()
Studio:
Name:
fixed: Porn World
Image: //video/@data-poster
URL: //div[@class="pagination"]/a[1]/@href
tour10SceneScraper:
scene:
Title: *title
Date:
selector: //strong/following-sibling::span
postProcess:
- parseDate: 2006, January 2
Details: //span[text()="Description:"]/..
Tags:
Name: //span[text()="Tags:"]/../a/text()
Performers:
Name: //a[contains(@href, '/model/')]
Studio:
Name:
fixed: Porn World
Image: //video/@poster
URL:
selector: //head/link[@rel="canonical"]/@href
postProcess:
- replace:
- regex: (.*)
with: https://tour10.pornworld.com$1
# Last Updated February 27, 2024