Skip to content

Commit

Permalink
Fix image selector for FetishPro
Browse files Browse the repository at this point in the history
  • Loading branch information
Maista6969 committed Oct 11, 2024
1 parent 159dabb commit 45c6e18
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scrapers/FetishPro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ xPathScrapers:
postProcess:
- parseDate: Jan 2, 2006
Performers:
Name: //div[@class="models"]//a/text()
Name: //div[@class="models"]//a
Details: //div[contains(@class, "videoDescription")]/p
Tags:
Name: //div[@class="tags"]//a
Image:
selector: //div[@class="videoPreview"]//img/@src
Image: //meta[@name="twitter:image"]/@content
Studio:
Name:
fixed: FetishPros
# Last Updated July 01, 2023
# Last Updated October 11, 2024

0 comments on commit 45c6e18

Please sign in to comment.