mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-10 17:32:09 -06:00
Added scenescraper for CamWhores.tv
This commit is contained in:
parent
7ad49f9ef8
commit
a2b787b6df
23
scrapers/CamWhorestv.yml
Normal file
23
scrapers/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
|
||||
Loading…
x
Reference in New Issue
Block a user