This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
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

View File

@@ -0,0 +1,9 @@
id: YNGR
name: Yngr
metadata: {}
version: 6c8a96c
date: "2021-09-12 19:17:14"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- YNGR.yml