stash
This commit is contained in:
9
stash/config/scrapers/community/pornworld/manifest
Executable file
9
stash/config/scrapers/community/pornworld/manifest
Executable 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
|
||||
78
stash/config/scrapers/community/pornworld/pornworld.yml
Normal file
78
stash/config/scrapers/community/pornworld/pornworld.yml
Normal 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
|
||||
Reference in New Issue
Block a user