Skip to content

Commit

Permalink
Fix image selector for Pornhub search
Browse files Browse the repository at this point in the history
  • Loading branch information
Maista6969 committed Mar 7, 2024
1 parent b156978 commit 2a9764c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapers/Pornhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ xPathScrapers:
- regex: ^
with: "https://www.pornhub.com"
Image:
selector: $searchItem//div[contains(@class, "phimage")]//img/@data-thumb_url
selector: $searchItem//div[contains(@class, "phimage")]//img/@data-mediumthumb
performerSearch:
performer:
Name: //div[@class="wrap"]/div[@class="thumbnail-info-wrapper"]/a[@class="title"]/text()
Expand Down

0 comments on commit 2a9764c

Please sign in to comment.