Skip to content

Commit

Permalink
Merge pull request #1459 from imagineimaginingthings/camwhores
Browse files Browse the repository at this point in the history
Added xpath scenescraper for camwhores.tv
  • Loading branch information
Maista6969 authored Sep 8, 2023
2 parents 5ba4112 + ef1cd34 commit c93f2e2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions SCRAPERS-LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ bushybushy.com|GammaEntertainment.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
bustybeauties.com|Hustler.yml|:heavy_check_mark:|:x:|:x:|:x:|CDP|-
buttman.com|GammaEntertainment.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
calicarter.com|bellapass.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
camwhores.tv|CamWhorestv.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
canada-tgirl.com|GroobyClub.yml|:heavy_check_mark:|:x:|:x:|:x:|-|Trans
caribbeancom.com|Carib.yml|:heavy_check_mark:|:x:|:x:|:x:|-|JAV Uncensored
caribbeancompr.com|Carib.yml|:heavy_check_mark:|:x:|:x:|:x:|-|JAV Uncensored
Expand Down
23 changes: 23 additions & 0 deletions scrapers/CamWhorestv.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c93f2e2

Please sign in to comment.