Skip to content

Commit

Permalink
Fit18 performer scraper (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 authored Sep 11, 2024
1 parent 6e4179b commit 0228f44
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions scrapers/Fit18/Fit18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,32 @@ sceneByURL:
script:
- python
- Fit18.py
performerByURL:
- action: scrapeXPath
url:
- https://fit18.com/models/
- https://thicc18.com/models/
scraper: performerScraper

xPathScrapers:
performerScraper:
common:
$info: //div[@class="card info"]
performer:
Name: $info/h1
Gender:
fixed: "Female"
Image: //picture/img/@src
Height:
selector: $info/div[2]/h1
postProcess:
- replace:
- regex: cm
with:
Weight:
selector: $info/div[2]/h4
postProcess:
- replace:
- regex: kg
with:
# Last Updated January 07, 2022

0 comments on commit 0228f44

Please sign in to comment.