stash
This commit is contained in:
80
stash/config/scrapers/community/Pornbox/Pornbox.yml
Normal file
80
stash/config/scrapers/community/Pornbox/Pornbox.yml
Normal file
@@ -0,0 +1,80 @@
|
||||
# yaml-language-server: $schema=../validator/scraper.schema.json
|
||||
|
||||
name: Pornbox
|
||||
|
||||
sceneByURL:
|
||||
- action: scrapeJson
|
||||
url:
|
||||
- pornbox.com/application/watch-page
|
||||
scraper: sceneScraper
|
||||
queryURL: "https://pornbox.com/contents/{url}"
|
||||
queryURLReplace:
|
||||
url:
|
||||
- regex: '.+/(\d+)$'
|
||||
with: "$1"
|
||||
|
||||
sceneByName:
|
||||
action: scrapeJson
|
||||
scraper: sceneSearch
|
||||
queryURL: "https://www.pornbox.com/store/search?q={}&skip=0"
|
||||
|
||||
sceneByQueryFragment:
|
||||
action: scrapeJson
|
||||
queryURL: "{url}"
|
||||
queryURLReplace:
|
||||
url:
|
||||
- regex: '^.*\/([0-9]*)$'
|
||||
with: https://pornbox.com/contents/$1/
|
||||
scraper: sceneScraper
|
||||
|
||||
jsonScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: scene_name
|
||||
Date:
|
||||
selector: publish_date
|
||||
postProcess:
|
||||
- parseDate: 2006-01-02T15:04:05.999999Z
|
||||
Tags:
|
||||
Name: niches.#.niche
|
||||
Performers:
|
||||
Name: "[models.#.model_name,male_models.#.model_name].@flatten"
|
||||
Gender:
|
||||
selector: "[models.#.sex,male_models.#.sex].@flatten"
|
||||
postProcess:
|
||||
- map:
|
||||
female: FEMALE
|
||||
male: MALE
|
||||
Image: player_poster
|
||||
Details:
|
||||
selector: small_description
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^none$
|
||||
with: ""
|
||||
Studio:
|
||||
Name: studio
|
||||
URL:
|
||||
selector: id
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: https://pornbox.com/application/watch-page/
|
||||
|
||||
sceneSearch:
|
||||
common:
|
||||
$contents: content.contents.#
|
||||
scene:
|
||||
Title: $contents.scene_name
|
||||
Image: $contents.thumbnail.large
|
||||
Date:
|
||||
selector: $contents.publish_date
|
||||
postProcess:
|
||||
- parseDate: 2006-01-02T15:04:05.999999Z
|
||||
URL:
|
||||
selector: $contents.id
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: https://pornbox.com/contents/
|
||||
# Last Updated March 03, 2023
|
||||
9
stash/config/scrapers/community/Pornbox/manifest
Executable file
9
stash/config/scrapers/community/Pornbox/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Pornbox
|
||||
name: Pornbox
|
||||
metadata: {}
|
||||
version: bd92380
|
||||
date: "2023-03-29 01:20:53"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Pornbox.yml
|
||||
Reference in New Issue
Block a user