Skip to content

Commit

Permalink
Fix scraping scenes with multiple performers Pure Media (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecialKeta authored Aug 15, 2024
1 parent 4214327 commit 081f281
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scrapers/PureMedia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ xPathScrapers:
postProcess:
- parseDate: January 2, 2006
Performers:
Name: $main//h5[contains(.,"Featuring")]/following-sibling::ul
Name: $main//h5[contains(.,'Featuring')]/following-sibling::ul//a
Studio:
Name: //meta[@name='author']/@content
Tags:
Expand All @@ -32,6 +32,6 @@ xPathScrapers:
concat: '|'
postProcess:
- replace:
- regex: "(^[^|]+)\\|.*/tour/([^\\.]+\\.jpg).*"
with: $1$2
# Last Updated February 5, 2024
- regex: (?:/tour/\|)
with:
# Last Updated August 10, 2024

0 comments on commit 081f281

Please sign in to comment.