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,34 @@
name: Dickdrainers
sceneByURL:
- action: scrapeXPath
url:
- dickdrainers.com/tour/trailers
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="videoDetails clear"]//h3
Details:
selector: //div[@class="videoDetails clear"]/p//text()[normalize-space(.)]
concat: "\n\n"
Date:
selector: //span[contains(text(), "Date Added")]/following-sibling::text()
postProcess:
- parseDate: January 2, 2006
Image:
selector: //script[contains(text(), "contentthumbs")]
postProcess:
- replace:
- regex: ^.+poster="(.+?)".+$
with: $1
- regex: ^
with: http://dickdrainers.com
Studio:
Name:
fixed: Dick Drainers
Tags:
Name: //li[@class="label"][contains(text(),"Tags:")]/following-sibling::li/a/text()
Performers:
Name: //li[@class="update_models"]//a/text()[normalize-space(.)]
# Last Updated January 08, 2021

View File

@@ -0,0 +1,9 @@
id: Dickdrainers
name: Dickdrainers
metadata: {}
version: a5e8860
date: "2021-01-08 21:15:19"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Dickdrainers.yml