Files
compose-projects-arr/stash/config/scrapers/community/MrBigFatDick/MrBigFatDick.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

69 lines
1.7 KiB
YAML

# yaml-language-server: $schema=../validator/scraper.schema.json
name: MrBigFatDick
sceneByURL:
- action: scrapeJson
url:
- mrbigfatdick.com/videos/
scraper: sceneScraper
queryURL: https://backend.mrbigfatdick.com/api/public/updates/{url}
queryURLReplace:
url:
- regex: ".+/videos/([^/]+?)/?$"
with: $1
sceneByName:
action: scrapeJson
queryURL: https://backend.mrbigfatdick.com/api/search/{} # search doesnt like spaces, use _ instead when quering
scraper: sceneSearch
sceneByQueryFragment:
action: scrapeJson
queryURL: "{url}"
scraper: sceneScraper
jsonScrapers:
sceneSearch:
scene:
Title: updates.#.fullName
URL:
selector: updates.#.permaLink
postProcess:
- replace:
- regex: ^
with: "https://backend.mrbigfatdick.com/api/public/updates/"
Image: updates.#.image620
Date:
selector: updates.#.publishDate
postProcess:
- parseDate: 2006-01-02 15:04:05
sceneScraper:
scene:
Title: fullName
Date:
selector: publishDate
postProcess:
- parseDate: 2006-01-02 15:04:05
Tags:
Name: tags.#.fullName
Performers:
Name:
selector: models.#.fullName
postProcess:
- map:
Mrbigfatdick: "Mr. Big Fat Dick"
Image: image1920
Details: description
Studio:
Name:
fixed: MrBigfatdick # Match the stash.db name
URL:
selector: permaLink
postProcess:
- replace:
- regex: ^
with: "https://www.mrbigfatdick.com/videos/"
# Last Updated November 04, 2022