mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-10 17:32:09 -06:00
Fix image selector for PinupDollars
This commit is contained in:
parent
402048049e
commit
971cfe8d16
@ -25,8 +25,14 @@ xPathScrapers:
|
||||
concat: "\n\n"
|
||||
Tags:
|
||||
Name: //ul[@class="tags"]//a
|
||||
Image: //div[@class="player-thumb"]/img/@src0_1x
|
||||
Image:
|
||||
selector: //base/@href | //div[@id="fakeplayer"]//img[@id]/@src0_1x
|
||||
concat: __SEPARATOR__
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: __SEPARATOR__
|
||||
with: ""
|
||||
Studio:
|
||||
Name:
|
||||
selector: //meta[@name="author"]/@content
|
||||
# Last Updated April 09, 2021
|
||||
# Last Updated March 01, 2024
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user