mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-10 17:32:09 -06:00
Scrape slightly higher res image from Woodman
This commit is contained in:
parent
02f73a6fd5
commit
e67d76bd0a
@ -44,7 +44,12 @@ xPathScrapers:
|
||||
with: "Pierre Woodman"
|
||||
Tags:
|
||||
Name: //a[@class="tag"]
|
||||
Image: //meta[@property="og:image"]/@content
|
||||
Image:
|
||||
selector: //script[contains(.,'image')]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^.*image:\s+"([^"]+)".*$
|
||||
with: $1
|
||||
URL:
|
||||
selector: //meta[@property="og:url"]/@content
|
||||
postProcess: *pp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user