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,39 @@
name: DollRotic
sceneByURL:
- action: scrapeXPath
url:
- dollrotic.com/trailers/
- femlatex.com/trailers/
- gymnastic.xxx/trailers/
- gymrotic.com/trailers/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //li[@class="active"]
Date:
selector: //strong[contains(text(),"Released:")]/following-sibling::text()
postProcess:
- parseDate: January 2, 2006
Performers:
Name: //strong[contains(text(),"Featuring:")]/following-sibling::a
Tags:
Name: //strong[contains(text(),"Tags:")]/following-sibling::a
Details:
selector: //div[@class="col-md-7 mb-4 mb-md-0"]//p
Image:
selector: //base/@href|//img[@class="update_thumb thumbs stdimage"]/@src0_1x
concat: "|"
postProcess:
- replace:
- regex: "[|]"
with: ""
Studio:
Name:
selector: //meta[@name="author"]/@content
postProcess:
- replace:
- regex: '\.com$'
with: ""
# Last Updated August 06, 2021

View File

@@ -0,0 +1,9 @@
id: GymRotic
name: DollRotic
metadata: {}
version: 9b27ea8
date: "2021-08-07 22:25:22"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- GymRotic.yml