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,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