opendmm 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/opendmm/maker.rb +1 -0
- data/lib/opendmm/makers/cross.rb +42 -0
- data/lib/opendmm/makers/prestige.rb +2 -2
- data/lib/opendmm/search_engines/dmm.rb +1 -0
- data/lib/opendmm/search_engines/jav_library.rb +1 -0
- data/lib/opendmm/version.rb +1 -1
- data/test/fixtures/ABP-013.json +16 -16
- data/test/fixtures/ABS-014.json +12 -12
- data/test/fixtures/ABY-003.json +14 -14
- data/test/fixtures/BRA-002.json +16 -16
- data/test/fixtures/CHN-008.json +15 -15
- data/test/fixtures/CHS-015.json +13 -13
- data/test/fixtures/CRAD-099.json +37 -0
- data/test/fixtures/CRPD-451.json +29 -0
- data/test/fixtures/CRSS-013.json +38 -0
- data/test/fixtures/DOM-045.json +18 -18
- data/test/fixtures/EDD-189.json +13 -13
- data/test/fixtures/ESK-232.json +13 -13
- data/test/fixtures/EZD-369.json +13 -13
- data/test/fixtures/HAZ-009.json +13 -13
- data/test/fixtures/HON-001.json +12 -12
- data/test/fixtures/INU-013.json +16 -16
- data/test/fixtures/JBS-004.json +13 -13
- data/test/fixtures/JOB-010.json +15 -15
- data/test/fixtures/LLR-005.json +17 -17
- data/test/fixtures/MAS-042.json +18 -18
- data/test/fixtures/MBD-148.json +14 -14
- data/test/fixtures/MDC-002.json +15 -15
- data/test/fixtures/MEK-008.json +12 -12
- data/test/fixtures/MMY-010.json +13 -13
- data/test/fixtures/NDR-001.json +12 -12
- data/test/fixtures/NOF-003.json +17 -17
- data/test/fixtures/OSR-003.json +13 -13
- data/test/fixtures/PPB-008.json +14 -14
- data/test/fixtures/PPP-001.json +28 -28
- data/test/fixtures/PPT-004.json +14 -14
- data/test/fixtures/RAW-005.json +13 -13
- data/test/fixtures/SAD-031.json +17 -17
- data/test/fixtures/SGA-001.json +13 -13
- data/test/fixtures/SPC-001.json +13 -13
- data/test/fixtures/SRS-015.json +14 -14
- data/test/fixtures/TDT-018.json +11 -11
- data/test/fixtures/TRD-062.json +13 -13
- data/test/fixtures/WAT-003.json +16 -16
- data/test/fixtures/WPC-002.json +17 -17
- data/test/fixtures/XND-023.json +14 -14
- data/test/fixtures/YRH-008.json +17 -17
- data/test/fixtures/YRZ-009.json +16 -16
- metadata +9 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6316eee9768951bd050640f1df3ff633df713b2f
|
4
|
+
data.tar.gz: 9a3bb7293f2701d5a589e9457c636aa935738513
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae5a04a4f0fd4490a71610edb504876280fdaa9475bf4354a3b80c6c29cf447b9c4b27351b1191c6f50887fb8f80f84336e17a71be9958f6772671307948a5ff
|
7
|
+
data.tar.gz: b037dfe7be9b34fd75ea39914c53db2eda63079695193ed69f68ebc816431e9cc9553ea50bec566b94f51d85ec8f3cef91ccefa2056b2364afb95f60dda07690
|
data/lib/opendmm/maker.rb
CHANGED
@@ -0,0 +1,42 @@
|
|
1
|
+
module OpenDMM
|
2
|
+
module Maker
|
3
|
+
module Cross
|
4
|
+
include Maker
|
5
|
+
|
6
|
+
module Site
|
7
|
+
include HTTParty
|
8
|
+
base_uri 'crosscross.jp'
|
9
|
+
|
10
|
+
def self.item(name)
|
11
|
+
case name
|
12
|
+
when /(CRAD|CRPD|CRSS)-?(\d{3})/i
|
13
|
+
get("/works/-/detail/=/cid=#{$1.downcase}#{$2}")
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
|
18
|
+
module Parser
|
19
|
+
def self.parse(content)
|
20
|
+
page_uri = content.request.last_uri
|
21
|
+
html = Nokogiri::HTML(content)
|
22
|
+
specs = Utils.hash_from_dl(html.css('#details > div > dl'))
|
23
|
+
return {
|
24
|
+
actresses: specs['出演女優'].css('a').map(&:text),
|
25
|
+
code: specs['品番'].text,
|
26
|
+
cover_image: html.at_css('#pake')['href'],
|
27
|
+
description: html.css('#details > div > p.story').text,
|
28
|
+
directors: specs['監督'].css('a').map(&:text),
|
29
|
+
genres: specs['ジャンル'].css('a').map(&:text),
|
30
|
+
movie_length: specs['収録時間'].text,
|
31
|
+
page: page_uri.to_s,
|
32
|
+
release_date: specs['発売日'].text,
|
33
|
+
sample_images: html.css('#sample-pic > li > a').map { |a| a['href'] },
|
34
|
+
series: specs['シリーズ'].text,
|
35
|
+
thumbnail_image: html.at_css('#pake > img')['src'],
|
36
|
+
title: html.css('#details > div > h3').text,
|
37
|
+
}
|
38
|
+
end
|
39
|
+
end
|
40
|
+
end
|
41
|
+
end
|
42
|
+
end
|
@@ -5,12 +5,12 @@ module OpenDMM
|
|
5
5
|
|
6
6
|
module Site
|
7
7
|
base_uri 'www.prestige-av.com'
|
8
|
-
cookies(
|
8
|
+
cookies(age_auth: 1)
|
9
9
|
|
10
10
|
def self.item(name)
|
11
11
|
case name
|
12
12
|
when /^(ABP|ABS|ABY|BRA|CHN|CHS|DOM|EDD|ESK|EZD|HAZ|HON|INU|JBS|JOB|LLR|MAS|MBD|MDC|MEK|MMY|NDR|NOF|OSR|PPB|PPP|PPT|RAW|SAD|SGA|SPC|SRS|TAP|TDT|TRD|WAT|WPC|XND|YRH|YRZ)-?(\d{3})$/i
|
13
|
-
get("/
|
13
|
+
get("/goods/goods_detail.php?sku=#{$1.upcase}-#{$2}")
|
14
14
|
end
|
15
15
|
end
|
16
16
|
end
|
data/lib/opendmm/version.rb
CHANGED
data/test/fixtures/ABP-013.json
CHANGED
@@ -3,31 +3,31 @@
|
|
3
3
|
"水咲(滝澤)ローラ"
|
4
4
|
],
|
5
5
|
"code": "ABP-013",
|
6
|
-
"cover_image": "http://
|
6
|
+
"cover_image": "http://www.prestige-av.com/images/corner/goods/prestige/abp/013/pb_e_abp-013.jpg",
|
7
7
|
"description": "通販限定商品!生写真7枚付きの特典商品です。本数限定となりますのでお早めにお求め下さい!!プレステージ専属女優 『水咲 ローラ』 が熱気を漂わせながら超濃厚なセックスを展開!男と相互奉仕の応酬をして、貪るような肉食っぷりを披露!焦らされたカラダは手マンされ、カメラが水没するほど何度も大量潮吹き!パイパンマ〇コにパワフルな腰使いでピストンされ、本気汁まみれで悶えっぱなし!!",
|
8
8
|
"genres": [
|
9
|
-
"
|
10
|
-
"潮吹き",
|
9
|
+
"パイパン",
|
11
10
|
"女優",
|
12
|
-
"
|
11
|
+
"潮吹き",
|
12
|
+
"通販限定"
|
13
13
|
],
|
14
|
-
"label": "ABSOLUTELY
|
14
|
+
"label": "ABSOLUTELY PERFECT",
|
15
15
|
"maker": "プレステージ",
|
16
16
|
"movie_length": 7200,
|
17
|
-
"page": "http://www.prestige-av.com/
|
17
|
+
"page": "http://www.prestige-av.com/goods/goods_detail.php?sku=ABP-013",
|
18
18
|
"release_date": "2013-07-02",
|
19
19
|
"sample_images": [
|
20
|
-
"http://
|
21
|
-
"http://
|
22
|
-
"http://
|
23
|
-
"http://
|
24
|
-
"http://
|
25
|
-
"http://
|
26
|
-
"http://
|
27
|
-
"http://
|
28
|
-
"http://
|
20
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abp/013/cap_e_0_abp-013.jpg",
|
21
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abp/013/cap_e_1_abp-013.jpg",
|
22
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abp/013/cap_e_2_abp-013.jpg",
|
23
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abp/013/cap_e_3_abp-013.jpg",
|
24
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abp/013/cap_e_4_abp-013.jpg",
|
25
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abp/013/cap_e_5_abp-013.jpg",
|
26
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abp/013/cap_e_6_abp-013.jpg",
|
27
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abp/013/cap_e_7_abp-013.jpg",
|
28
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abp/013/cap_e_8_abp-013.jpg"
|
29
29
|
],
|
30
30
|
"series": "天然成分由来",
|
31
|
-
"thumbnail_image": "http://
|
31
|
+
"thumbnail_image": "http://www.prestige-av.com/images/corner/goods/prestige/abp/013/pf_p_abp-013.jpg",
|
32
32
|
"title": "天然成分由来 水咲ローラ汁120%+生写真7枚付き"
|
33
33
|
}
|
data/test/fixtures/ABS-014.json
CHANGED
@@ -3,29 +3,29 @@
|
|
3
3
|
"絵色 千佳"
|
4
4
|
],
|
5
5
|
"code": "ABS-014",
|
6
|
-
"cover_image": "http://
|
6
|
+
"cover_image": "http://www.prestige-av.com/images/corner/goods/prestige/abs/014/pb_e_abs-014.jpg",
|
7
7
|
"description": "お嬢様系の超美少女が登場。イラマチオ気味にフェラさせられたチ○コをマ○コに突き挿され快感にウットリ。中出しされピンク色のマ○コから精子を垂らしピクピク痙攣も見逃せない。男の大きな足をゆっくりと舐め出し、ネットリとした舌使いで激エロ奉仕。四つん這いやチングリ返しになった男の尻を目を閉じて舐めるシーンもエロ過ぎ!学生服姿で肛門丸見えにさせられたり潮吹きもエロい!3Pになりバックから美尻をプルンプルン波打たせながら打ち込まれ本番になり、角度を変えてピストンされ発射は口へ。連続でハメられ2度目も口に掛けられお掃除",
|
8
8
|
"genres": [
|
9
|
-
"潮吹き",
|
10
9
|
"女優",
|
10
|
+
"潮吹き",
|
11
11
|
"中出し"
|
12
12
|
],
|
13
13
|
"label": "ABSOLUTE",
|
14
14
|
"maker": "プレステージ",
|
15
15
|
"movie_length": 7200,
|
16
|
-
"page": "http://www.prestige-av.com/
|
16
|
+
"page": "http://www.prestige-av.com/goods/goods_detail.php?sku=ABS-014",
|
17
17
|
"release_date": "2011-02-08",
|
18
18
|
"sample_images": [
|
19
|
-
"http://
|
20
|
-
"http://
|
21
|
-
"http://
|
22
|
-
"http://
|
23
|
-
"http://
|
24
|
-
"http://
|
25
|
-
"http://
|
26
|
-
"http://
|
19
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abs/014/cap_e_0_abs-014.jpg",
|
20
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abs/014/cap_e_1_abs-014.jpg",
|
21
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abs/014/cap_e_2_abs-014.jpg",
|
22
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abs/014/cap_e_3_abs-014.jpg",
|
23
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abs/014/cap_e_4_abs-014.jpg",
|
24
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abs/014/cap_e_5_abs-014.jpg",
|
25
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abs/014/cap_e_6_abs-014.jpg",
|
26
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/abs/014/cap_e_7_abs-014.jpg"
|
27
27
|
],
|
28
28
|
"series": "貸し切り、純潔サロン",
|
29
|
-
"thumbnail_image": "http://
|
29
|
+
"thumbnail_image": "http://www.prestige-av.com/images/corner/goods/prestige/abs/014/pf_p_abs-014.jpg",
|
30
30
|
"title": "貸し切り、純潔サロン04"
|
31
31
|
}
|
data/test/fixtures/ABY-003.json
CHANGED
@@ -3,30 +3,30 @@
|
|
3
3
|
"真咲 華"
|
4
4
|
],
|
5
5
|
"code": "ABY-003",
|
6
|
-
"cover_image": "http://
|
6
|
+
"cover_image": "http://www.prestige-av.com/images/corner/goods/prestige/aby/003/pb_e_aby-003.jpg",
|
7
7
|
"description": "欲求不満な顔で男と湖畔をデートする若妻。熱いキスを交わしたら駐車場に停めた車内でフェラ抜き。旅館のプライベート露天風呂で相互愛撫して、湯船の縁や和室で様々な体位で合体!感じ過ぎて何度もイク!食事したら浴衣に着替え寝床へ。両手を帯紐で拘束されながら玩具責めにヨガル!美味しそうに肉棒をしゃぶったら、横になった男に跨り腰を上下して快楽を貪る!",
|
8
8
|
"genres": [
|
9
|
+
"人妻",
|
9
10
|
"玩具責め",
|
10
|
-
"ハメ撮り"
|
11
|
-
"人妻"
|
11
|
+
"ハメ撮り"
|
12
12
|
],
|
13
13
|
"label": "油屋",
|
14
14
|
"maker": "プレステージ",
|
15
15
|
"movie_length": 7200,
|
16
|
-
"page": "http://www.prestige-av.com/
|
16
|
+
"page": "http://www.prestige-av.com/goods/goods_detail.php?sku=ABY-003",
|
17
17
|
"release_date": "2011-05-11",
|
18
18
|
"sample_images": [
|
19
|
-
"http://
|
20
|
-
"http://
|
21
|
-
"http://
|
22
|
-
"http://
|
23
|
-
"http://
|
24
|
-
"http://
|
25
|
-
"http://
|
26
|
-
"http://
|
27
|
-
"http://
|
19
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/aby/003/cap_e_0_aby-003.jpg",
|
20
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/aby/003/cap_e_1_aby-003.jpg",
|
21
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/aby/003/cap_e_2_aby-003.jpg",
|
22
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/aby/003/cap_e_3_aby-003.jpg",
|
23
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/aby/003/cap_e_4_aby-003.jpg",
|
24
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/aby/003/cap_e_5_aby-003.jpg",
|
25
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/aby/003/cap_e_6_aby-003.jpg",
|
26
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/aby/003/cap_e_7_aby-003.jpg",
|
27
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/aby/003/cap_e_8_aby-003.jpg"
|
28
28
|
],
|
29
29
|
"series": "人妻不倫温泉",
|
30
|
-
"thumbnail_image": "http://
|
30
|
+
"thumbnail_image": "http://www.prestige-av.com/images/corner/goods/prestige/aby/003/pf_p_aby-003.jpg",
|
31
31
|
"title": "人妻不倫温泉 03+未公開映像DVD付き(未公開のドライブシーンを収録したDVD付き!)"
|
32
32
|
}
|
data/test/fixtures/BRA-002.json
CHANGED
@@ -3,32 +3,32 @@
|
|
3
3
|
"あいかりん"
|
4
4
|
],
|
5
5
|
"code": "BRA-002",
|
6
|
-
"cover_image": "http://
|
6
|
+
"cover_image": "http://www.prestige-av.com/images/corner/goods/prestige/bra/002/pb_e_bra-002.jpg",
|
7
7
|
"description": "通販限定商品!未公開映像収録DVDの特典付き商品です。本数限定となりますのでお早めにお求め下さい!!現役モデル!プレステージ専属女優『あいかりん』を従順調教。オナニーを始めた途端、マ〇コから愛液を滴らせながら絶頂へ!男の足の指や肛門を舐めて濃厚なセックスを披露!腫れるように赤みを帯びたマ〇コは敏感過ぎて、玩具攻めされ何度も喘ぎイキ!首輪に繋がれた状態で挿入され、顔射を浴びて淫らに悶える!快感の虜です!!",
|
8
8
|
"genres": [
|
9
|
-
"通販限定",
|
10
|
-
"アナル舐め",
|
11
9
|
"オナニー",
|
12
|
-
"女優"
|
10
|
+
"女優",
|
11
|
+
"アナル舐め",
|
12
|
+
"通販限定"
|
13
13
|
],
|
14
14
|
"label": "BARATIE",
|
15
15
|
"maker": "プレステージ",
|
16
16
|
"movie_length": 7800,
|
17
|
-
"page": "http://www.prestige-av.com/
|
17
|
+
"page": "http://www.prestige-av.com/goods/goods_detail.php?sku=BRA-002",
|
18
18
|
"release_date": "2013-07-02",
|
19
19
|
"sample_images": [
|
20
|
-
"http://
|
21
|
-
"http://
|
22
|
-
"http://
|
23
|
-
"http://
|
24
|
-
"http://
|
25
|
-
"http://
|
26
|
-
"http://
|
27
|
-
"http://
|
28
|
-
"http://
|
29
|
-
"http://
|
20
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/bra/002/cap_e_0_bra-002.jpg",
|
21
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/bra/002/cap_e_1_bra-002.jpg",
|
22
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/bra/002/cap_e_2_bra-002.jpg",
|
23
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/bra/002/cap_e_3_bra-002.jpg",
|
24
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/bra/002/cap_e_4_bra-002.jpg",
|
25
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/bra/002/cap_e_5_bra-002.jpg",
|
26
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/bra/002/cap_e_6_bra-002.jpg",
|
27
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/bra/002/cap_e_7_bra-002.jpg",
|
28
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/bra/002/cap_e_8_bra-002.jpg",
|
29
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/bra/002/cap_e_9_bra-002.jpg"
|
30
30
|
],
|
31
31
|
"series": "新従順ペット候補生",
|
32
|
-
"thumbnail_image": "http://
|
32
|
+
"thumbnail_image": "http://www.prestige-av.com/images/corner/goods/prestige/bra/002/pf_p_bra-002.jpg",
|
33
33
|
"title": "新従順ペット候補生 2+未公開映像DVD付き"
|
34
34
|
}
|
data/test/fixtures/CHN-008.json
CHANGED
@@ -3,29 +3,29 @@
|
|
3
3
|
"川村 まや"
|
4
4
|
],
|
5
5
|
"code": "CHN-008",
|
6
|
-
"cover_image": "http://
|
6
|
+
"cover_image": "http://www.prestige-av.com/images/corner/goods/prestige/chn/008/pb_e_chn-008.jpg",
|
7
7
|
"description": "通販限定商品!生写真7枚付きの特典商品です。本数限定となりますのでお早めにお求め下さい!!好奇心旺盛な素人娘が登場。素人男性宅でパンツを脱がされ、恥ずかしさで局部を隠しながらも責められたら歓喜の声で喘ぎっぱなし!戸惑いながらするセックスは初々しくて緊張感が伝わってきます♪男優に優しく責められ、テクニックに打ちのめされた様子で脱力イキ!!",
|
8
8
|
"genres": [
|
9
|
-
"
|
10
|
-
"
|
9
|
+
"素人",
|
10
|
+
"通販限定"
|
11
11
|
],
|
12
12
|
"label": "貸",
|
13
13
|
"maker": "プレステージ",
|
14
14
|
"movie_length": 7800,
|
15
|
-
"page": "http://www.prestige-av.com/
|
15
|
+
"page": "http://www.prestige-av.com/goods/goods_detail.php?sku=CHN-008",
|
16
16
|
"release_date": "2013-07-19",
|
17
17
|
"sample_images": [
|
18
|
-
"http://
|
19
|
-
"http://
|
20
|
-
"http://
|
21
|
-
"http://
|
22
|
-
"http://
|
23
|
-
"http://
|
24
|
-
"http://
|
25
|
-
"http://
|
26
|
-
"http://
|
18
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chn/008/cap_e_0_chn-008.jpg",
|
19
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chn/008/cap_e_1_chn-008.jpg",
|
20
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chn/008/cap_e_2_chn-008.jpg",
|
21
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chn/008/cap_e_3_chn-008.jpg",
|
22
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chn/008/cap_e_4_chn-008.jpg",
|
23
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chn/008/cap_e_5_chn-008.jpg",
|
24
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chn/008/cap_e_6_chn-008.jpg",
|
25
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chn/008/cap_e_7_chn-008.jpg",
|
26
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chn/008/cap_e_8_chn-008.jpg"
|
27
27
|
],
|
28
|
-
"series": "
|
29
|
-
"thumbnail_image": "http://
|
28
|
+
"series": "新・素人娘、お貸しします…",
|
29
|
+
"thumbnail_image": "http://www.prestige-av.com/images/corner/goods/prestige/chn/008/pf_p_chn-008.jpg",
|
30
30
|
"title": "新・素人娘、お貸しします。4+生写真7枚付き"
|
31
31
|
}
|
data/test/fixtures/CHS-015.json
CHANGED
@@ -3,30 +3,30 @@
|
|
3
3
|
"藤澤 美羽"
|
4
4
|
],
|
5
5
|
"code": "CHS-015",
|
6
|
-
"cover_image": "http://
|
6
|
+
"cover_image": "http://www.prestige-av.com/images/corner/goods/prestige/chs/015/pb_e_chs-015.jpg",
|
7
7
|
"description": "通販限定商品!未公開映像収録DVDの特典付き商品です。本数限定となりますのでお早めにお求め下さい!!アイドル級の美女が登場。男に撮影されながら笑顔でオナニーしたりフェラは堪りません!背面騎乗位で腰を振り、正常位で小刻みに突かれ感じる!ラブラブでラブホに入るなりベロチューして立ったままクンニされ、フェラして手コキ抜きも必見!後日、別の男のマンションに行き、卑猥な格好で責められ悦ぶ。チ○コ2本を交互にしゃぶり、体勢を変えながら絶倫男に打ち込まれ悶えまくり!臨場感抜群!",
|
8
8
|
"genres": [
|
9
|
-
"
|
9
|
+
"複数プレイ",
|
10
10
|
"潮吹き",
|
11
11
|
"素人",
|
12
|
-
"
|
12
|
+
"通販限定"
|
13
13
|
],
|
14
14
|
"label": "地方専門",
|
15
15
|
"maker": "プレステージ",
|
16
16
|
"movie_length": 7200,
|
17
|
-
"page": "http://www.prestige-av.com/
|
17
|
+
"page": "http://www.prestige-av.com/goods/goods_detail.php?sku=CHS-015",
|
18
18
|
"release_date": "2012-01-11",
|
19
19
|
"sample_images": [
|
20
|
-
"http://
|
21
|
-
"http://
|
22
|
-
"http://
|
23
|
-
"http://
|
24
|
-
"http://
|
25
|
-
"http://
|
26
|
-
"http://
|
27
|
-
"http://
|
20
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chs/015/cap_e_0_chs-015.jpg",
|
21
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chs/015/cap_e_1_chs-015.jpg",
|
22
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chs/015/cap_e_2_chs-015.jpg",
|
23
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chs/015/cap_e_3_chs-015.jpg",
|
24
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chs/015/cap_e_4_chs-015.jpg",
|
25
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chs/015/cap_e_5_chs-015.jpg",
|
26
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chs/015/cap_e_6_chs-015.jpg",
|
27
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/chs/015/cap_e_7_chs-015.jpg"
|
28
28
|
],
|
29
29
|
"series": "シロウトハンター",
|
30
|
-
"thumbnail_image": "http://
|
30
|
+
"thumbnail_image": "http://www.prestige-av.com/images/corner/goods/prestige/chs/015/pf_p_chs-015.jpg",
|
31
31
|
"title": "シロウトハンター 17+未公開映像DVD付き"
|
32
32
|
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
{
|
2
|
+
"actresses": [
|
3
|
+
"RIRICO",
|
4
|
+
"友田真希",
|
5
|
+
"矢藤あき",
|
6
|
+
"池野朋",
|
7
|
+
"紅音ほたる",
|
8
|
+
"前原司",
|
9
|
+
"姫村しずく",
|
10
|
+
"日高ゆりあ",
|
11
|
+
"星ありす",
|
12
|
+
"桜田さくら",
|
13
|
+
"宝月ひかる",
|
14
|
+
"望月加奈",
|
15
|
+
"原千尋",
|
16
|
+
"松坂みるく",
|
17
|
+
"蛯原朱里"
|
18
|
+
],
|
19
|
+
"code": "CRAD-099",
|
20
|
+
"cover_image": "http://crosscross.jp/images/works/crad/crad099/crad099pl.jpg",
|
21
|
+
"description": "お母さんのその豊満な身体にずっと顔を埋めていたいその蒸れたマンコを弄び、絶頂に達する姿を見てみたいお母さん・娘・姉妹…アブノーマル家族の変態レズビアンな日常",
|
22
|
+
"movie_length": 21600,
|
23
|
+
"page": "http://crosscross.jp/works/-/detail/=/cid=crad099",
|
24
|
+
"release_date": "2014-07-19",
|
25
|
+
"sample_images": [
|
26
|
+
"http://crosscross.jp/images/works/crad/crad099/crad099jl-1.jpg",
|
27
|
+
"http://crosscross.jp/images/works/crad/crad099/crad099jl-2.jpg",
|
28
|
+
"http://crosscross.jp/images/works/crad/crad099/crad099jl-3.jpg",
|
29
|
+
"http://crosscross.jp/images/works/crad/crad099/crad099jl-4.jpg",
|
30
|
+
"http://crosscross.jp/images/works/crad/crad099/crad099jl-5.jpg",
|
31
|
+
"http://crosscross.jp/images/works/crad/crad099/crad099jl-6.jpg",
|
32
|
+
"http://crosscross.jp/images/works/crad/crad099/crad099jl-7.jpg",
|
33
|
+
"http://crosscross.jp/images/works/crad/crad099/crad099jl-8.jpg"
|
34
|
+
],
|
35
|
+
"thumbnail_image": "http://crosscross.jp/images/works/crad/crad099/crad099pm.jpg",
|
36
|
+
"title": "近親相姦レズビアン 6時間スペシャル"
|
37
|
+
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
{
|
2
|
+
"actresses": [
|
3
|
+
"藤咲セイラ"
|
4
|
+
],
|
5
|
+
"code": "CRPD-451",
|
6
|
+
"cover_image": "http://crosscross.jp/images/works/crpd/crpd451/crpd451pl.jpg",
|
7
|
+
"description": "汚い便所で汚いチンポを待ち受ける、四六時中マン汁分泌お姉さん!放尿チンポを捕まえて、ズルズルっと包皮をめくりあげ、はむっと咥えてじゅるじゅるじゅる〜っと吸引バキューム!尻のドテ肉を押し上げて、剥き出しアヌスにべろんべろんと舌を這わせてチンポをシゴく、肉厚ねっちょりシコシコウォッシュ。淫乱美女は便器でハメる、便器の如くスペルマさばく、便器でアクメをまき散らす!",
|
8
|
+
"directors": [
|
9
|
+
"ドラゴン西川"
|
10
|
+
],
|
11
|
+
"genres": [
|
12
|
+
"淫乱、ハード系"
|
13
|
+
],
|
14
|
+
"movie_length": 7200,
|
15
|
+
"page": "http://crosscross.jp/works/-/detail/=/cid=crpd451",
|
16
|
+
"release_date": "2013-03-19",
|
17
|
+
"sample_images": [
|
18
|
+
"http://crosscross.jp/images/works/crpd/crpd451/crpd451jl-1.jpg",
|
19
|
+
"http://crosscross.jp/images/works/crpd/crpd451/crpd451jl-2.jpg",
|
20
|
+
"http://crosscross.jp/images/works/crpd/crpd451/crpd451jl-3.jpg",
|
21
|
+
"http://crosscross.jp/images/works/crpd/crpd451/crpd451jl-4.jpg",
|
22
|
+
"http://crosscross.jp/images/works/crpd/crpd451/crpd451jl-5.jpg",
|
23
|
+
"http://crosscross.jp/images/works/crpd/crpd451/crpd451jl-6.jpg",
|
24
|
+
"http://crosscross.jp/images/works/crpd/crpd451/crpd451jl-7.jpg",
|
25
|
+
"http://crosscross.jp/images/works/crpd/crpd451/crpd451jl-8.jpg"
|
26
|
+
],
|
27
|
+
"thumbnail_image": "http://crosscross.jp/images/works/crpd/crpd451/crpd451pm.jpg",
|
28
|
+
"title": "美しすぎるド淫乱ウォシュレット"
|
29
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
{
|
2
|
+
"actresses": [
|
3
|
+
"百合川さら",
|
4
|
+
"新井エリー",
|
5
|
+
"成宮ルリ",
|
6
|
+
"原千草",
|
7
|
+
"春日もな",
|
8
|
+
"黒川ゆら",
|
9
|
+
"小西まりえ",
|
10
|
+
"美咲結衣",
|
11
|
+
"水樹りさ",
|
12
|
+
"島崎りか",
|
13
|
+
"保坂えり",
|
14
|
+
"南のりか",
|
15
|
+
"倉科つばめ"
|
16
|
+
],
|
17
|
+
"code": "CRSS-013",
|
18
|
+
"cover_image": "http://crosscross.jp/images/works/crss/crss013/crss013pl.jpg",
|
19
|
+
"description": "トップ女優13人の究極交尾が大集結!CROSSが送る、激ヤバ全盛り8時間!アナル、中出し、大量ブッカケ、ド淫乱…美女のみでお送りしつつ、ハード且つマニアックなAVのトッピング全部乗せた、超メガトンこってり作品!",
|
20
|
+
"directors": [
|
21
|
+
"早稲田学"
|
22
|
+
],
|
23
|
+
"movie_length": 28800,
|
24
|
+
"page": "http://crosscross.jp/works/-/detail/=/cid=crss013",
|
25
|
+
"release_date": "2014-06-19",
|
26
|
+
"sample_images": [
|
27
|
+
"http://crosscross.jp/images/works/crss/crss013/crss013jl-1.jpg",
|
28
|
+
"http://crosscross.jp/images/works/crss/crss013/crss013jl-2.jpg",
|
29
|
+
"http://crosscross.jp/images/works/crss/crss013/crss013jl-3.jpg",
|
30
|
+
"http://crosscross.jp/images/works/crss/crss013/crss013jl-4.jpg",
|
31
|
+
"http://crosscross.jp/images/works/crss/crss013/crss013jl-5.jpg",
|
32
|
+
"http://crosscross.jp/images/works/crss/crss013/crss013jl-6.jpg",
|
33
|
+
"http://crosscross.jp/images/works/crss/crss013/crss013jl-7.jpg",
|
34
|
+
"http://crosscross.jp/images/works/crss/crss013/crss013jl-8.jpg"
|
35
|
+
],
|
36
|
+
"thumbnail_image": "http://crosscross.jp/images/works/crss/crss013/crss013pm.jpg",
|
37
|
+
"title": "ケツ穴めくれ返り悶絶交尾!極太ブッ込みドテクリ肉ド拡張アクメ!ぬるぬるオメ肉超ナマ中出し!激ヤバ全盛り8時間"
|
38
|
+
}
|
data/test/fixtures/DOM-045.json
CHANGED
@@ -3,34 +3,34 @@
|
|
3
3
|
"あやみ 旬果"
|
4
4
|
],
|
5
5
|
"code": "DOM-045",
|
6
|
-
"cover_image": "http://
|
6
|
+
"cover_image": "http://www.prestige-av.com/images/corner/goods/prestige/dom/045/pb_e_dom-045.jpg",
|
7
7
|
"description": "通販限定商品!生写真7枚付きの特典商品です。本数限定となりますのでお早めにお求め下さい!!プレステージ専属女優『あやみ 旬果』が待望の人気シリーズに登場。男に言われるがまま悩ましいカラダを差し出し、猥らなポーズで感じっぱなし!足の指を舐めあう相互奉仕シーンも見逃せません!執拗な玩具攻めにビクッと痙攣しながら何度も絶頂!激しいピストンに美巨乳を揺らし、歓喜の声で悶え狂う!!",
|
8
8
|
"genres": [
|
9
|
-
"通販限定",
|
10
|
-
"アナル舐め",
|
11
9
|
"女優",
|
12
|
-
"
|
10
|
+
"アナル舐め",
|
11
|
+
"ハメ撮り",
|
12
|
+
"通販限定"
|
13
13
|
],
|
14
14
|
"label": "毒まむし",
|
15
15
|
"maker": "プレステージ",
|
16
16
|
"movie_length": 6900,
|
17
|
-
"page": "http://www.prestige-av.com/
|
17
|
+
"page": "http://www.prestige-av.com/goods/goods_detail.php?sku=DOM-045",
|
18
18
|
"release_date": "2013-02-01",
|
19
19
|
"sample_images": [
|
20
|
-
"http://
|
21
|
-
"http://
|
22
|
-
"http://
|
23
|
-
"http://
|
24
|
-
"http://
|
25
|
-
"http://
|
26
|
-
"http://
|
27
|
-
"http://
|
28
|
-
"http://
|
29
|
-
"http://
|
30
|
-
"http://
|
31
|
-
"http://
|
20
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_0_dom-045.jpg",
|
21
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_1_dom-045.jpg",
|
22
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_2_dom-045.jpg",
|
23
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_3_dom-045.jpg",
|
24
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_4_dom-045.jpg",
|
25
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_5_dom-045.jpg",
|
26
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_6_dom-045.jpg",
|
27
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_7_dom-045.jpg",
|
28
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_8_dom-045.jpg",
|
29
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_9_dom-045.jpg",
|
30
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_10_dom-045.jpg",
|
31
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/dom/045/cap_e_11_dom-045.jpg"
|
32
32
|
],
|
33
33
|
"series": "やりたい放題",
|
34
|
-
"thumbnail_image": "http://
|
34
|
+
"thumbnail_image": "http://www.prestige-av.com/images/corner/goods/prestige/dom/045/pf_p_dom-045.jpg",
|
35
35
|
"title": "やりたい放題 31+生写真7枚付き"
|
36
36
|
}
|
data/test/fixtures/EDD-189.json
CHANGED
@@ -3,31 +3,31 @@
|
|
3
3
|
"小倉 ゆず"
|
4
4
|
],
|
5
5
|
"code": "EDD-189",
|
6
|
-
"cover_image": "http://
|
6
|
+
"cover_image": "http://www.prestige-av.com/images/corner/goods/prestige/edd/189/pb_e_edd-189.jpg",
|
7
7
|
"description": "通販限定商品!生写真7枚付きの特典商品です。本数限定となりますのでお早めにお求め下さい!!ショートカットの巨乳娘ゆずちゃん。緊張しながら男に体を預け、挿入されプルンプルンとオッパイが揺れながら感じる姿はエロい!一緒に湯船に浸かったらここでも盛り上がり、部屋で電マを渡されればパイパンマ○コに押し付けてオナニーで潮吹き!本番になり息荒く悶えまくり!",
|
8
8
|
"genres": [
|
9
|
-
"通販限定",
|
10
9
|
"巨乳",
|
10
|
+
"パイパン",
|
11
11
|
"潮吹き",
|
12
12
|
"素人",
|
13
|
-
"
|
13
|
+
"通販限定"
|
14
14
|
],
|
15
15
|
"label": "だましや",
|
16
16
|
"maker": "プレステージ",
|
17
17
|
"movie_length": 7200,
|
18
|
-
"page": "http://www.prestige-av.com/
|
18
|
+
"page": "http://www.prestige-av.com/goods/goods_detail.php?sku=EDD-189",
|
19
19
|
"release_date": "2011-11-01",
|
20
20
|
"sample_images": [
|
21
|
-
"http://
|
22
|
-
"http://
|
23
|
-
"http://
|
24
|
-
"http://
|
25
|
-
"http://
|
26
|
-
"http://
|
27
|
-
"http://
|
28
|
-
"http://
|
21
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/edd/189/cap_e_0_edd-189.jpg",
|
22
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/edd/189/cap_e_1_edd-189.jpg",
|
23
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/edd/189/cap_e_2_edd-189.jpg",
|
24
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/edd/189/cap_e_3_edd-189.jpg",
|
25
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/edd/189/cap_e_4_edd-189.jpg",
|
26
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/edd/189/cap_e_5_edd-189.jpg",
|
27
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/edd/189/cap_e_6_edd-189.jpg",
|
28
|
+
"http://www.prestige-av.com/images/corner/goods/prestige/edd/189/cap_e_7_edd-189.jpg"
|
29
29
|
],
|
30
30
|
"series": "エスカレートするドしろー…",
|
31
|
-
"thumbnail_image": "http://
|
31
|
+
"thumbnail_image": "http://www.prestige-av.com/images/corner/goods/prestige/edd/189/pf_p_edd-189.jpg",
|
32
32
|
"title": "エスカレートするドしろーと娘 189+生写真7枚付き"
|
33
33
|
}
|