stash
This commit is contained in:
29
stash/config/scrapers/community/DEMedia/DEMedia.yml
Normal file
29
stash/config/scrapers/community/DEMedia/DEMedia.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
name: DEMedia
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- blackpayback.com/tour/
|
||||
- radicaljizzlam.com/tour/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //h1
|
||||
Details: //div[contains(@class,"videoDetails ")]/p
|
||||
Image:
|
||||
selector: //base/@href | //script[contains(.,'poster=')]
|
||||
concat: '__SEP__'
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^(https:.+(\.com)).+?poster="([^"]+).+
|
||||
with: $1$3
|
||||
Tags:
|
||||
Name: //li/a[contains(@href,'/categories/')]/text()
|
||||
Studio:
|
||||
Name:
|
||||
selector: //meta[@name="author"]/@content
|
||||
postProcess:
|
||||
- map:
|
||||
BlackPayBack: "Black Payback"
|
||||
# Last Updated March 28, 2024
|
||||
9
stash/config/scrapers/community/DEMedia/manifest
Executable file
9
stash/config/scrapers/community/DEMedia/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: DEMedia
|
||||
name: DEMedia
|
||||
metadata: {}
|
||||
version: d86d2d5
|
||||
date: "2024-03-29 13:16:37"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- DEMedia.yml
|
||||
Reference in New Issue
Block a user