Skip to content

Commit 71dcc15

Browse files
committed
Add XPath scraper for Kick Ass Pictures
These sites seem to just rerelease their old content under new brand names
1 parent 9d3f3e6 commit 71dcc15

2 files changed

Lines changed: 133 additions & 0 deletions

File tree

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
name: Kick Ass Pictures
2+
sceneByURL:
3+
- action: scrapeXPath
4+
url:
5+
- kickass.com/guest/video/
6+
- aloadineveryhole.com/guest/video/
7+
- barefootconfidential.com/guest/video/
8+
- black-jelly.com/guest/video/
9+
- chica-boom.com/guest/video/
10+
- epichandjobs.com/guest/video/
11+
- kickasspussypump.com/guest/video/
12+
- 2blackmen4her.com/guest/video/
13+
- milfdoesabonergood.com/guest/video/
14+
- nakedgirlssmoking.com/guest/video/
15+
- revengeisabitch.com/guest/video/
16+
- babeswithglasses.com/guest/video/
17+
- stoporillsquirt.com/guest/video/
18+
- kickassteens.com/guest/video/
19+
- ultracuckolds.com/guest/video/
20+
- 10mancumslam.com/guest/video/
21+
- organicshemales.com/guest/video/
22+
- 5-guy-cream-pie.com/guest/video/
23+
scraper: sceneScraper
24+
galleryByURL:
25+
- action: scrapeXPath
26+
url:
27+
- kickass.com/guest/photoset/
28+
- aloadineveryhole.com/guest/photoset/
29+
- barefootconfidential.com/guest/photoset/
30+
- black-jelly.com/guest/photoset/
31+
- chica-boom.com/guest/photoset/
32+
- epichandjobs.com/guest/photoset/
33+
- kickasspussypump.com/guest/photoset/
34+
- 2blackmen4her.com/guest/photoset/
35+
- milfdoesabonergood.com/guest/photoset/
36+
- nakedgirlssmoking.com/guest/photoset/
37+
- revengeisabitch.com/guest/photoset/
38+
- babeswithglasses.com/guest/photoset/
39+
- stoporillsquirt.com/guest/photoset/
40+
- kickassteens.com/guest/photoset/
41+
- ultracuckolds.com/guest/photoset/
42+
- 10mancumslam.com/guest/photoset/
43+
- organicshemales.com/guest/photoset/
44+
- 5-guy-cream-pie.com/guest/photoset/
45+
scraper: galleryScraper
46+
performerByURL:
47+
- action: scrapeXPath
48+
url:
49+
- kickass.com/guest/model/
50+
- aloadineveryhole.com/guest/model/
51+
- barefootconfidential.com/guest/model/
52+
- black-jelly.com/guest/model/
53+
- chica-boom.com/guest/model/
54+
- epichandjobs.com/guest/model/
55+
- kickasspussypump.com/guest/model/
56+
- 2blackmen4her.com/guest/model/
57+
- milfdoesabonergood.com/guest/model/
58+
- nakedgirlssmoking.com/guest/model/
59+
- revengeisabitch.com/guest/model/
60+
- babeswithglasses.com/guest/model/
61+
- stoporillsquirt.com/guest/model/
62+
- kickassteens.com/guest/model/
63+
- ultracuckolds.com/guest/model/
64+
- 10mancumslam.com/guest/model/
65+
- organicshemales.com/guest/model/
66+
- 5-guy-cream-pie.com/guest/model/
67+
scraper: performerScraper
68+
xPathScrapers:
69+
sceneScraper:
70+
scene:
71+
Title: //h1[@class="video-page-title"]
72+
Code:
73+
selector: //link[@rel="canonical"]/@href
74+
postProcess:
75+
- replace:
76+
- regex: .*[?&]id=(\d+).*
77+
with: $1
78+
Details: //p[@class="video-description"]
79+
Date:
80+
selector: //p[@class="video-publish-date"]
81+
postProcess:
82+
- parseDate: "January 2, 2006"
83+
Studio:
84+
Name: //meta[@property="og:site_name"]/@content
85+
Performers:
86+
Name: //div[@class="video-meta-info"]//a[@class="meta-value"]
87+
Image: //video[@id="preview-video"]/@poster
88+
URL: //link[@rel="canonical"]/@href
89+
galleryScraper:
90+
gallery:
91+
Title: //h1[@class="photoset-title"]
92+
Studio:
93+
Name: //meta[@property="og:site_name"]/@content
94+
Performers:
95+
Name: //h1[@class="photoset-title"]
96+
URL: //link[@rel="canonical"]/@href
97+
performerScraper:
98+
performer:
99+
Name: //h1[@class="model-name"]
100+
Height:
101+
selector: //span[@class="bio-label" and contains(text(),"Height")]/following-sibling::span[@class="bio-value"]
102+
postProcess:
103+
- feetToCm: true
104+
Measurements: //span[@class="bio-label" and contains(text(),"Bra")]/following-sibling::span[@class="bio-value"]
105+
Ethnicity: //span[@class="bio-label" and contains(text(),"Ethnicity")]/following-sibling::span[@class="bio-value"]
106+
Image: //div[@class="model-photo"]/img/@src
107+
108+
driver:
109+
headers:
110+
- Key: User-Agent
111+
Value: stash-scraper/1.0
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Scraper has been tested on 2026-09-03
2+
3+
| Studio | URL |
4+
| ---------------------------: | :-------------------------------------------------------- |
5+
| Kick Ass Pictures | https://www.kickass.com/guest/video/?id=3345 |
6+
| A Load in Every Hole | https://www.aloadineveryhole.com/guest/video/?id=2836 |
7+
| Barefoot Confidential | https://www.barefootconfidential.com/guest/video/?id=3345 |
8+
| Black Jelly | https://www.black-jelly.com/guest/video/?id=923 |
9+
| Chica Boom | https://www.chica-boom.com/guest/video/?id=1110 |
10+
| Epic Handjobs | https://www.epichandjobs.com/guest/video/?id=3292 |
11+
| Honey, We Blew Up Your Pussy | https://www.kickasspussypump.com/guest/video/?id=717 |
12+
| Inseminated by 2 Black Men | https://www.2blackmen4her.com/guest/video/?id=3103 |
13+
| MILF Does a Boner Good | https://www.milfdoesabonergood.com/guest/video/?id=1078 |
14+
| Naked Girls Smoking | https://www.nakedgirlssmoking.com/guest/video/?id=2032 |
15+
| Revenge is a Bitch! | https://www.revengeisabitch.com/guest/video/?id=2920 |
16+
| Specs Appeal | https://www.babeswithglasses.com/guest/video/?id=1886 |
17+
| Stop or I'll Squirt | https://www.stoporillsquirt.com/guest/video/?id=1287 |
18+
| Teen Power | https://www.kickassteens.com/guest/video/?id=561 |
19+
| Ultra Cuckolds | https://www.ultracuckolds.com/guest/video/?id=1656 |
20+
| 10 Man Cum Slam | https://www.10mancumslam.com/guest/video/?id=2280 |
21+
| 100% Organic She-Males | https://www.organicshemales.com/guest/video/?id=1851 |
22+
| 5-Guy Cream Pie | https://www.5-guy-cream-pie.com/guest/video/?id=472 |

0 commit comments

Comments
 (0)