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

37 lines
890 B
YAML

name: Yngr
sceneByURL:
- action: scrapeXPath
url:
- yngr.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="col l12 m8 s12"]/h2
Date:
selector: //span[@class="bang-red"]
postProcess:
- parseDate: 2006-01-02
Performers:
Name:
selector: //div[@class="col l12 m8 s12"]/h2
postProcess:
- replace:
- regex: ^((?:\S+\s+){1}\S+).*
with: $1
Tags:
Name: //ul[@class="genre-list list-inline"]/li/a
Details:
selector: //div[@class="video-info"]/p/text()
Image:
selector: //video/@poster
postProcess:
- replace:
- regex: ^
with: "https:"
Studio:
Name:
fixed: Yngr
# Last Updated September 11, 2021