stash
This commit is contained in:
23
stash/config/scrapers/community/CamWhorestv/CamWhorestv.yml
Normal file
23
stash/config/scrapers/community/CamWhorestv/CamWhorestv.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: "CamWhores.tv"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- camwhores.tv
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //meta[@property="og:title"]/@content
|
||||
Image: //meta[@property="og:image"]/@content
|
||||
Tags:
|
||||
Name: //div[@class="item"]//a[contains(@href,"/tags/")]/text()
|
||||
Performers:
|
||||
Name: //div[@class="item"]//a[contains(@href,"/models/")]/text()
|
||||
Details: //meta[@property="og:description"]/@content
|
||||
Code:
|
||||
selector: //meta[@property="og:image"]/@content
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+/videos_screenshots/(\d+)/.+?$
|
||||
with: $1
|
||||
# Last Updated September 08, 2023
|
||||
9
stash/config/scrapers/community/CamWhorestv/manifest
Executable file
9
stash/config/scrapers/community/CamWhorestv/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: CamWhorestv
|
||||
name: CamWhores.tv
|
||||
metadata: {}
|
||||
version: a2b787b
|
||||
date: "2023-09-07 23:29:14"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- CamWhorestv.yml
|
||||
Reference in New Issue
Block a user