Skip to content

Commit

Permalink
Fix performer scraper for Model Media Asia
Browse files Browse the repository at this point in the history
  • Loading branch information
Maista6969 committed Jan 16, 2025
1 parent 3960a6c commit f0dfb01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrapers/ModelMediaAsia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sceneByFragment:
scraper: apiScraper_en

performerByURL:
- action: scrapeXPath
- action: scrapeJson
url:
- modelmediaasia.com/en-US/models/
queryURL: https://api.modelmediaasia.com/api/v2/models/{url}
Expand All @@ -42,7 +42,7 @@ performerByURL:
- regex: .*\/models\/([^?]*).*
with: $1
scraper: apiScraper_en
- action: scrapeXPath
- action: scrapeJson
url:
- modelmediaasia.com/zh-CN/models/
queryURL: https://api.modelmediaasia.com/api/v2/models/{url}
Expand Down

0 comments on commit f0dfb01

Please sign in to comment.