Skip to content

Commit

Permalink
get highest resolution cover image (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrg101 authored Jan 10, 2025
1 parent fecf786 commit 68033e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scrapers/VRPorn.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=../validator/scraper.schema.json
name: "VRPorn"

sceneByURL:
Expand Down Expand Up @@ -38,7 +39,12 @@ xPathScrapers:
Name: $header//div[@class="name_pornstar"]/text()
Studio:
Name: $header//a[@id="studio-logo"]//span[@class="footer-titles"]/text()
Image: //main/article/header//dl8-video/@poster
Image:
selector: //main/article/header//dl8-video/@poster
postProcess:
- replace:
- regex: -\d+x\d+
with: ""
URL: &sceneUrl //link[@rel="canonical"]/@href
sceneSearch:
common:
Expand All @@ -49,4 +55,4 @@ xPathScrapers:
Image: $videos//div[@class="tube-thumbnail-wrapper"]/img/@src
Studio:
Name: $videos//div[@class="post_links"]/span[@class="left_links"]/text()
# Last Updated April 26, 2024
# Last Updated January 10, 2025

0 comments on commit 68033e8

Please sign in to comment.