Scrape slightly higher res image from Woodman

This commit is contained in:
Maista6969 2024-01-25 07:38:44 +01:00
parent 02f73a6fd5
commit e67d76bd0a

View File

@ -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