Skip to content

Commit

Permalink
Merge pull request #2037 from gimmeliina/patch-2
Browse files Browse the repository at this point in the history
Update CockyBoys.yml
  • Loading branch information
feederbox826 authored Sep 22, 2024
2 parents fa09e99 + f077d6c commit f7f98fe
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scrapers/CockyBoys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ xPathScrapers:
- regex: Description\s*
with:
Image:
selector: //meta[@property="og:image"]/@content
selector: //html/head/comment()[contains(., "og:image")]
postProcess:
- replace:
- regex: .*(https?:\/\/.*\.jpg).*\".*
with: $1
- regex: 2x.jpg
with: 4x.jpg
Studio:
Name: //meta[@property="og:site_name"]/@content
performerScraper:
Expand All @@ -44,4 +50,4 @@ xPathScrapers:
# CockyBoys only has profile pages for male performers
fixed: Male
Image: //div[@id="modelInfo"]/img/@src
# Last Updated June 23, 2024
# Last Updated September 20, 2024

0 comments on commit f7f98fe

Please sign in to comment.