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

55 lines
1.4 KiB
YAML

name: 5Kteens
sceneByURL:
- action: scrapeXPath
url:
- 5kteens.com/episodes
- 5kporn.com/episodes
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Studio:
Name:
selector: //span[starts-with(@class, "color-")]/@class
postProcess:
- map:
color-5KT: 5Kteens
color-5KP: 5Kporn
Title: //p[@class="trailer-title"]
Details: //p[@class=""]
Performers:
Name:
selector: //h5[text()[contains(.,'Starring')]]
postProcess:
- replace:
- regex: Starring:\s([\w\s]+)
with: $1
Date:
selector: //h5[text()[contains(.,'Published')]]
postProcess:
- replace:
- regex: Published\:\s(\d{4}-\d{2}-\d{2})
with: $1
Image:
selector: //img[@class="trailer-poster"]/@src | //script[contains(., "videojs(")]
postProcess:
- replace:
- regex: '^.+poster: "(.+?)".+$'
with: $1
driver:
cookies:
- CookieURL: "https://www.5kteens.com/"
Cookies:
- Name: "nats"
Domain: ".5kteens.com"
ValueRandom: 23
Path: "/"
- CookieURL: "https://www.5kporn.com/"
Cookies:
- Name: "nats"
Domain: ".5kporn.com"
ValueRandom: 23
Path: "/"
# Last Updated April 09, 2021