Skip to content

Commit bdff14c

Browse files
committed
Add Cumflation and Smoking Hawt to Romero Multimedia
This scraper started out as Hentaied but they've added enough new sites that I think renaming it to reflect the parent studio is a good idea
1 parent 3d23cba commit bdff14c

File tree

1 file changed

+36
-16
lines changed

1 file changed

+36
-16
lines changed
Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
1-
name: Hentaied
1+
name: Romero Multimedia
2+
# scrapes: Cumflation, Defeated Sex Fight, Defeated.xxx, Freeze, Futanari XXX, Hentaied, Parasited, Plants vs Cunts, Smoking Hawt, Somegore, Voodooed, VORED
23
sceneByURL:
34
- action: scrapeXPath
45
url:
6+
- cumflation.com
57
- defeatedsexfight.com
68
- freeze.xxx
79
- futanari.xxx
810
- hentaied.com
911
- parasited.com
1012
- plantsvscunts.com
13+
- smokinghawt.com
1114
- somegore.com
1215
- voodooed.com
1316
- vored.com
14-
scraper: sceneScraper
17+
scraper: newStyle
18+
- action: scrapeXPath
19+
url:
20+
- defeated.xxx
21+
scraper: oldStyle
1522
xPathScrapers:
16-
sceneScraper:
23+
newStyle:
1724
common:
1825
$desc: "*[local-name()='p' or local-name()='h3' or local-name()='ol' or local-name()='ul' or (local-name()='div' and @class='excerpt')]"
1926
scene:
20-
Title:
21-
selector: //div[@class="left-top-part"]//h1
27+
Title: //div[@class="left-top-part"]//h1
2228
Date:
2329
selector: //div[contains(@class, "datesingle")]
2430
postProcess:
@@ -40,19 +46,33 @@ xPathScrapers:
4046
- replace:
4147
- regex: '^Description\n+|\(Read Less\)|\(Read more\)'
4248
with: ""
43-
Image:
44-
selector: //meta[@property="og:image"]/@content
45-
Studio:
49+
Image: &image //meta[@property="og:image"]/@content
50+
Studio: &studio
4651
Name:
4752
selector: //meta[@property="og:site_name"]/@content
4853
postProcess:
4954
- map:
50-
Real Life Hentai | Tentacle Porn: Hentaied
55+
Bloody: Somegore
56+
Cumflation: Cumflation
57+
Defeated.xxx - Female Fighting and Fetish Movies: Defeated.xxx
58+
Defeatedxxx: Defeated.xxx
5159
Freeze - Time Freeze Porn Videos: Freeze
52-
Parasited : Parasited
53-
Futanari XXX : Futanari XXX
54-
Lesbian Sex Fight : Defeated Sex Fight
55-
Bloody : Somegore
56-
Plants vs Cunts : Plants vs Cunts
57-
Voodooed - Voodoo Doll Porn : Voodooed
58-
# Last Updated May 27, 2024
60+
Futanari XXX: Futanari XXX
61+
Lesbian Sex Fight: Defeated Sex Fight
62+
Parasited: Parasited
63+
Plants vs Cunts: Plants vs Cunts
64+
Real Life Hentai | Tentacle Porn: Hentaied
65+
SmokingHawt: Smoking Hawt
66+
Voodooed - Voodoo Doll Porn: Voodooed
67+
oldStyle:
68+
scene:
69+
Title: //h2[1]
70+
Details: (//div[@class="post-content"]//div[@class="zapdesc"]/p[2])[1]
71+
Date:
72+
selector: //meta[@property="article:published_time"]/@content
73+
postProcess:
74+
- parseDate: "2006-01-02T15:04:05-07:00"
75+
Tags:
76+
Name: //*[contains(.,"Included")]/../following-sibling::p//text()
77+
Image: *image
78+
Studio: *studio

0 commit comments

Comments
 (0)