Skip to content

Commit

Permalink
Fix scene search for AntonioSuleiman
Browse files Browse the repository at this point in the history
  • Loading branch information
Maista6969 committed Nov 21, 2023
1 parent 25a4146 commit 67a250d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scrapers/AntonioSuleiman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ xPathScrapers:
postProcess:
- parseDate: 2006-01-02
Details: $scene/div[@class="wrapper"]/*[last()]
URL: //link[@rel="canonical"]/@href
Tags:
Name:
# The worst way to do tags but it's all they have
Expand All @@ -48,7 +49,7 @@ xPathScrapers:
# Search doesn't return any description but we can show the performers instead
Details: //div[@data-url]//p[@class="left-second-paragraph"]
Image: $scene//img/@src0_1x
Date: $scene//p[@class="right-paragraph"][1]
Date: $scene//p[@class="right-paragraph" and not(span)]
driver:
cookies:
- CookieURL: "https://antoniosuleiman.com"
Expand Down

0 comments on commit 67a250d

Please sign in to comment.