Skip to content

Commit

Permalink
Merge pull request #1403 from echo6ix/AuntJudysXXX
Browse files Browse the repository at this point in the history
Created AuntJudysXXX scraper
  • Loading branch information
Maista6969 authored Jul 27, 2023
2 parents c34c8f8 + 2f02d91 commit 662efab
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SCRAPERS-LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ atkhairy.com|ATKHairy.yml|:heavy_check_mark:|:x:|:x:|:x:|CDP|-
atkpetites.com|ATKHairy.yml|:heavy_check_mark:|:x:|:x:|:x:|CDP|-
atkpremium.com|ATKHairy.yml|:heavy_check_mark:|:x:|:x:|:x:|CDP|-
auntykathy.com|auntykathy.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
auntjudys.com|AuntJudys.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
auntjudysxxx.com|AuntJudys.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
aussieass.com|AussieAss.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
aussiefellatioqueens.com|AussieFelatioQueens.yml|:heavy_check_mark:|:x:|:x:|:x:|CDP|-
aussiepov.com|AussieAss.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
Expand Down
32 changes: 32 additions & 0 deletions scrapers/AuntJudys.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: AuntJudys
sceneByURL:
- action: scrapeXPath
url:
- auntjudys.com
- auntjudysxxx.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Studio:
Name:
selector: //base/@href
postProcess:
- replace:
- regex: ^https?://(?:www\.)?(.+)\.com/.*$
with: $1
- map:
auntjudys: Aunt Judy's
auntjudysxxx: Aunt Judy's XXX
Title: //span[@class="title_bar_hilite"]
Details: //span[@class="update_description"]
Performers:
Name: //p/span[@class="update_models"]/a
URL: //p/span[@class="update_models"]/a/@href
Tags:
Name: //span[@class="update_tags"]/a
Date:
selector: //div[@class="cell update_date"]/text()[1]
postProcess:
- parseDate: 1/2/2006
# Last Updated July 27, 2023

0 comments on commit 662efab

Please sign in to comment.