Skip to content

Commit

Permalink
Scrape performer name as studio name from MyDirtyHobby
Browse files Browse the repository at this point in the history
  • Loading branch information
Maista6969 committed Jan 10, 2025
1 parent 50954a8 commit fecf786
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scrapers/MyDirtyHobby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ xPathScrapers:
with: "/"
Studio:
Name:
fixed: My Dirty Hobby
selector: $script
postProcess:
- replace:
- regex: '.*"thumbImg":{"title":"([^"]+)".*'
with: $1

driver:
cookies:
Expand All @@ -106,4 +110,4 @@ driver:
Domain: ".mydirtyhobby.de"
Value: "1"
Path: "/"
# Last Updated June 28, 2024
# Last Updated January 10, 2025

0 comments on commit fecf786

Please sign in to comment.