opendmm 0.3.10 → 0.3.11
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/makers/befree.rb +1 -1
- data/lib/opendmm/makers/munekyunkissa.rb +1 -1
- data/lib/opendmm/makers/tameikegoro.rb +1 -1
- data/lib/opendmm/search_engines/dmm.rb +1 -1
- data/lib/opendmm/search_engines/jav_library.rb +1 -1
- data/lib/opendmm/utils.rb +3 -0
- data/lib/opendmm/version.rb +1 -1
- data/test/av_entertainments_fixtures/SKYHD-108.json +13 -13
- data/test/maker_fixtures/ABS-014.json +1 -1
- data/test/maker_fixtures/ABY-003.json +1 -1
- data/test/maker_fixtures/ADN-025.json +37 -0
- data/test/maker_fixtures/ALB-038.json +30 -0
- data/test/maker_fixtures/BF-254.json +22 -0
- data/test/maker_fixtures/BID-017.json +2 -2
- data/test/maker_fixtures/BWB-005.json +2 -2
- data/test/maker_fixtures/CHN-008.json +1 -1
- data/test/maker_fixtures/CHS-015.json +1 -1
- data/test/maker_fixtures/CRAD-099.json +7 -7
- data/test/maker_fixtures/CRSS-013.json +10 -10
- data/test/maker_fixtures/DOM-045.json +1 -1
- data/test/maker_fixtures/EDD-189.json +1 -1
- data/test/maker_fixtures/ESK-232.json +1 -1
- data/test/maker_fixtures/EZD-369.json +1 -1
- data/test/maker_fixtures/FSET-399.json +1 -1
- data/test/maker_fixtures/HAZ-009.json +1 -1
- data/test/maker_fixtures/KISD-042.json +2 -2
- data/test/maker_fixtures/LLR-005.json +1 -1
- data/test/maker_fixtures/MAS-042.json +1 -1
- data/test/maker_fixtures/MDC-002.json +1 -1
- data/test/maker_fixtures/MDYD-863.json +32 -0
- data/test/maker_fixtures/MEK-008.json +1 -1
- data/test/maker_fixtures/MIMK-005.json +2 -2
- data/test/maker_fixtures/MIRD-071.json +3 -3
- data/test/maker_fixtures/MIRD-072.json +5 -5
- data/test/maker_fixtures/MIRD-073.json +3 -3
- data/test/maker_fixtures/NOF-003.json +1 -1
- data/test/maker_fixtures/OPUD-125.json +2 -2
- data/test/maker_fixtures/OSR-003.json +1 -1
- data/test/maker_fixtures/PGD-306.json +2 -2
- data/test/maker_fixtures/PPB-008.json +1 -1
- data/test/maker_fixtures/PPP-001.json +8 -8
- data/test/maker_fixtures/PPT-004.json +1 -1
- data/test/maker_fixtures/RAW-005.json +1 -1
- data/test/maker_fixtures/RBD-183.json +2 -2
- data/test/maker_fixtures/RDT-190.json +2 -2
- data/test/maker_fixtures/RTP-005.json +3 -3
- data/test/maker_fixtures/SAD-031.json +1 -1
- data/test/maker_fixtures/SET-007.json +1 -1
- data/test/maker_fixtures/SGA-001.json +1 -1
- data/test/maker_fixtures/SPC-001.json +1 -1
- data/test/maker_fixtures/SRS-015.json +1 -1
- data/test/maker_fixtures/SSPD-077.json +2 -2
- data/test/maker_fixtures/TRD-062.json +1 -1
- data/test/maker_fixtures/TYOD-232.json +1 -1
- data/test/maker_fixtures/WAT-003.json +1 -1
- data/test/maker_fixtures/WPC-002.json +1 -1
- data/test/mgstage_fixtures/SIRO-1088.json +1 -1
- data/test/mgstage_fixtures/siro1088.json +1 -1
- metadata +10 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de6a3bf2f49056c46573292a37aa3b3bc70345b2
|
|
4
|
+
data.tar.gz: d166873d65a6daf162304cf45bcd8b7d1e2d4305
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7f583b39f58a60d3e37a21e9ea9dc6dce5542f5be8453764c07a03a715c768a8bda86a715630cedf8b4c9e712dac1597f7d572c449aaf7186ebb2a99b8ddc58
|
|
7
|
+
data.tar.gz: 895a8fc231ce8f87ad5af3873807f4cf6e42ea962515b3c411c44bc11eddc430535f7e47a6f1c3d01115321f912fbb300fc8c08cb97badb898c39ee0674eb845
|
|
@@ -11,7 +11,7 @@ def self.parse_product_html(html)
|
|
|
11
11
|
specs = Utils.hash_from_dl(html.css('#right-navi > dl')).merge(
|
|
12
12
|
Utils.hash_by_split(html.xpath('//*[@id="right-navi"]/div[1]/p[2]').map(&:text)))
|
|
13
13
|
{
|
|
14
|
-
actresses: html.css('#content > div.main > section > p.actress').text.split(/:|\s
|
|
14
|
+
actresses: html.css('#content > div.main > section > p.actress').text.split(/:|\s|\//)[1..-1],
|
|
15
15
|
cover_image: html.at_css('#content > div.main > section > div.package > img')['src'],
|
|
16
16
|
description: html.css('#content > div.main > section > p.comment').text,
|
|
17
17
|
directors: specs['監督:'].text.split,
|
|
@@ -11,7 +11,7 @@ def self.parse_product_html(html)
|
|
|
11
11
|
specs = Utils.hash_from_dl(html.at_css('dl.data-left')).merge(
|
|
12
12
|
Utils.hash_from_dl(html.at_css('dl.data-right')))
|
|
13
13
|
{
|
|
14
|
-
actresses: specs['出演者'].text.remove(':').split,
|
|
14
|
+
actresses: specs['出演者'].text.remove(':').split('/'),
|
|
15
15
|
cover_image: html.at_css('div.ttl-pac a.ttl-package')['href'],
|
|
16
16
|
description: html.css('div.ttl-comment div.comment').text,
|
|
17
17
|
maker: '胸キュン喫茶',
|
|
@@ -10,7 +10,7 @@ private
|
|
|
10
10
|
def self.parse_product_html(html)
|
|
11
11
|
specs = Utils.hash_by_split(html.css('#work-detail > h4, p').map(&:text))
|
|
12
12
|
{
|
|
13
|
-
actresses: specs['出演女優'].split,
|
|
13
|
+
actresses: specs['出演女優'].split('/'),
|
|
14
14
|
cover_image: html.at_css('#work-pake')['src'].gsub(/pm.jpg$/, 'pl.jpg'),
|
|
15
15
|
description: html.css('#work-detail > h5').text,
|
|
16
16
|
directors: specs['監督'].split,
|
|
@@ -28,7 +28,7 @@ private
|
|
|
28
28
|
def self.parse_product_html(html)
|
|
29
29
|
specs = Utils.hash_by_split(html.css('//*[@id="mu"]/div/table/tr/td[1]/table/tr').map(&:text))
|
|
30
30
|
{
|
|
31
|
-
actresses: specs['出演者'].split,
|
|
31
|
+
actresses: specs['出演者'].split('/'),
|
|
32
32
|
cover_image: html.at_css('#sample-video > a')['href'],
|
|
33
33
|
directors: specs['監督'].split,
|
|
34
34
|
genres: specs['ジャンル'].split,
|
|
@@ -20,7 +20,7 @@ end
|
|
|
20
20
|
|
|
21
21
|
def self.parse_product_html(html)
|
|
22
22
|
{
|
|
23
|
-
actresses: html.css('#video_cast .text span.cast').map(&:text),
|
|
23
|
+
actresses: html.css('#video_cast .text span.cast span.star').map(&:text),
|
|
24
24
|
code: html.css('#video_id .text').text,
|
|
25
25
|
cover_image: html.at_css('#video_jacket > a')['href'],
|
|
26
26
|
directors: html.css('#video_director .text span.director').map(&:text),
|
data/lib/opendmm/utils.rb
CHANGED
|
@@ -75,6 +75,9 @@ module OpenDMM
|
|
|
75
75
|
|
|
76
76
|
def self.finalize_details_hash(details)
|
|
77
77
|
details = details.squish_hard
|
|
78
|
+
details[:actresses] = details[:actresses].map do |actress|
|
|
79
|
+
actress.remove(/[\s\.]/)
|
|
80
|
+
end.sort if details[:actresses]
|
|
78
81
|
details[:cover_image] = join_url_if_relative(details[:page], details[:cover_image])
|
|
79
82
|
details[:thumbnail_image] = join_url_if_relative(details[:page], details[:thumbnail_image])
|
|
80
83
|
details[:sample_images] = details[:sample_images].map do |uri|
|
data/lib/opendmm/version.rb
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actresses": [
|
|
3
|
-
"横山みれい",
|
|
4
|
-
"波多野結衣",
|
|
5
|
-
"本多成実",
|
|
6
|
-
"鈴木さとみ",
|
|
7
3
|
"小峰ひなた",
|
|
8
|
-
"菅原奈緒美",
|
|
9
|
-
"若林美保",
|
|
10
|
-
"志村玲子",
|
|
11
4
|
"小川瑞希",
|
|
12
|
-
"
|
|
13
|
-
"飯岡かなこ",
|
|
5
|
+
"小阪めぐる",
|
|
14
6
|
"岩佐あゆみ",
|
|
15
|
-
"
|
|
16
|
-
"羽月希",
|
|
7
|
+
"志村玲子",
|
|
17
8
|
"朝桐光",
|
|
18
|
-
"
|
|
9
|
+
"本多成実",
|
|
10
|
+
"松本まりな",
|
|
11
|
+
"横山みれい",
|
|
12
|
+
"江波りゅう",
|
|
19
13
|
"沙織",
|
|
20
|
-
"
|
|
14
|
+
"波多野結衣",
|
|
15
|
+
"美山蘭子",
|
|
16
|
+
"羽月希",
|
|
17
|
+
"若林美保",
|
|
18
|
+
"菅原奈緒美",
|
|
19
|
+
"鈴木さとみ",
|
|
20
|
+
"飯岡かなこ"
|
|
21
21
|
],
|
|
22
22
|
"categories": [
|
|
23
23
|
"完全無修正",
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actresses": [
|
|
3
|
+
"瞳リョウ"
|
|
4
|
+
],
|
|
5
|
+
"code": "ADN-025",
|
|
6
|
+
"cover_image": "http://attackers.net/images/works/adn025/adn025pl.jpg",
|
|
7
|
+
"description": "主婦の遥香(瞳)は親友の美月の浮気相手、雅人の家に彼女が忘れたネックレスを取りに行ってほしいと頼まれ、渋々雅人の家を訪れる。雅人は純情で品のいい遥香に興味を抱き、その場で彼女を押し倒してしまうが…。",
|
|
8
|
+
"directors": [
|
|
9
|
+
"なぎら健造"
|
|
10
|
+
],
|
|
11
|
+
"genres": [
|
|
12
|
+
"強制フェラ・イラマチオ",
|
|
13
|
+
"人妻・若妻"
|
|
14
|
+
],
|
|
15
|
+
"label": "大人のドラマ",
|
|
16
|
+
"maker": "Attackers",
|
|
17
|
+
"movie_length": 6000,
|
|
18
|
+
"page": "http://attackers.net/works/-/detail/=/cid=adn025",
|
|
19
|
+
"release_date": "2014-07-07",
|
|
20
|
+
"sample_images": [
|
|
21
|
+
"http://attackers.net/images/works/adn025/adn025jp-01.jpg",
|
|
22
|
+
"http://attackers.net/images/works/adn025/adn025jp-02.jpg",
|
|
23
|
+
"http://attackers.net/images/works/adn025/adn025jp-03.jpg",
|
|
24
|
+
"http://attackers.net/images/works/adn025/adn025jp-04.jpg",
|
|
25
|
+
"http://attackers.net/images/works/adn025/adn025jp-05.jpg",
|
|
26
|
+
"http://attackers.net/images/works/adn025/adn025jp-06.jpg",
|
|
27
|
+
"http://attackers.net/images/works/adn025/adn025jp-07.jpg",
|
|
28
|
+
"http://attackers.net/images/works/adn025/adn025jp-08.jpg",
|
|
29
|
+
"http://attackers.net/images/works/adn025/adn025jp-09.jpg",
|
|
30
|
+
"http://attackers.net/images/works/adn025/adn025jp-10.jpg",
|
|
31
|
+
"http://attackers.net/images/works/adn025/adn025jp-11.jpg",
|
|
32
|
+
"http://attackers.net/images/works/adn025/adn025jp-12.jpg"
|
|
33
|
+
],
|
|
34
|
+
"series": "あなた、許して…。",
|
|
35
|
+
"thumbnail_image": "http://attackers.net/images/works/adn025/adn025pl.jpg",
|
|
36
|
+
"title": "あなた、許して…。 年下の誘惑"
|
|
37
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actresses": [
|
|
3
|
+
"あこ",
|
|
4
|
+
"あさみ",
|
|
5
|
+
"まみ",
|
|
6
|
+
"みゆき",
|
|
7
|
+
"れん"
|
|
8
|
+
],
|
|
9
|
+
"code": "ALB-038",
|
|
10
|
+
"cover_image": "http://www.munekyunkissa.com/images/works/alb038/alb038pl.jpg",
|
|
11
|
+
"description": "隠れオヤジ好きな5人のボインちゃんを皆さんにご紹介しま~す。まず1人目はまみチャン、2年越しで仲良くなって説得してGカップをいただいちゃいました。感度ヨシ・締めつけヨシ・ナマ中出し!!2人目はれんチャン、若干人見知りはあるけど酔っ払った勢いでもぎたてIカップをぺロリしちゃいました。揺れヨシ・喘ぎヨシ・ナマ中出し!!3人目はあさみチャン、エアコンの調子を見てあげるついでにGカップの具合も見ちゃいました。恥ずかしがりヨシ・イキっぷりヨシ・ナマ中出し!!4人目はあこチャン、合宿免許で知り合ってから久しぶりに一緒に呑んでKカップも揉んぢゃいました。揉み心地ヨシ・埋まりヨシ・ナマ中だし!!最後の5人目はみゆきチャン、ひょんな事から部屋に遊びに行くことになり、辛抱堪らず不法侵乳しちゃいました。もち肌ヨシ・肉感ヨシ・ナマ中出し!!",
|
|
12
|
+
"maker": "胸キュン喫茶",
|
|
13
|
+
"movie_length": 14400,
|
|
14
|
+
"page": "http://www.munekyunkissa.com/works/alb/alb038.html",
|
|
15
|
+
"release_date": "2009-07-19",
|
|
16
|
+
"sample_images": [
|
|
17
|
+
"http://www.munekyunkissa.com/images/works/alb038/alb038js-01.jpg",
|
|
18
|
+
"http://www.munekyunkissa.com/images/works/alb038/alb038js-02.jpg",
|
|
19
|
+
"http://www.munekyunkissa.com/images/works/alb038/alb038js-03.jpg",
|
|
20
|
+
"http://www.munekyunkissa.com/images/works/alb038/alb038js-04.jpg",
|
|
21
|
+
"http://www.munekyunkissa.com/images/works/alb038/alb038js-05.jpg",
|
|
22
|
+
"http://www.munekyunkissa.com/images/works/alb038/alb038js-06.jpg",
|
|
23
|
+
"http://www.munekyunkissa.com/images/works/alb038/alb038js-07.jpg",
|
|
24
|
+
"http://www.munekyunkissa.com/images/works/alb038/alb038js-08.jpg",
|
|
25
|
+
"http://www.munekyunkissa.com/images/works/alb038/alb038js-09.jpg",
|
|
26
|
+
"http://www.munekyunkissa.com/images/works/alb038/alb038js-10.jpg"
|
|
27
|
+
],
|
|
28
|
+
"thumbnail_image": "http://www.munekyunkissa.com/images/works/alb038/alb038pm.jpg",
|
|
29
|
+
"title": "掘り出しデカップナマ中出し"
|
|
30
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actresses": [
|
|
3
|
+
"一色まりな",
|
|
4
|
+
"山本美和子",
|
|
5
|
+
"岬リサ",
|
|
6
|
+
"日向ひかる",
|
|
7
|
+
"波多野結衣",
|
|
8
|
+
"遥めぐみ"
|
|
9
|
+
],
|
|
10
|
+
"code": "BF-254",
|
|
11
|
+
"cover_image": "http://befreebe.com/images/works/bf254/bf254pm.jpg",
|
|
12
|
+
"description": "スチュワーデスたちが女の本能を解放する濃密濃厚240分!制服の隙間から見せるふくよかな胸、黒ストッキングを纏った美脚、むっちり妖艶な美尻…。制服の下に隠れていた淫靡なカラダでイキまくるスチュワーデスを目撃せよ。",
|
|
13
|
+
"genres": [
|
|
14
|
+
"BEST"
|
|
15
|
+
],
|
|
16
|
+
"maker": "BeFree",
|
|
17
|
+
"movie_length": 14400,
|
|
18
|
+
"page": "http://befreebe.com/works/bf/bf254.html",
|
|
19
|
+
"release_date": "2013-07-07",
|
|
20
|
+
"thumbnail_image": "http://befreebe.com/images/works/bf254/bf254pm.jpg",
|
|
21
|
+
"title": "誘惑ドキュメント スチュワーデスの女たち…4時間"
|
|
22
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actresses": [
|
|
3
3
|
"RIRICO",
|
|
4
|
-
"友田真希",
|
|
5
|
-
"矢藤あき",
|
|
6
|
-
"池野朋",
|
|
7
|
-
"紅音ほたる",
|
|
8
4
|
"前原司",
|
|
5
|
+
"原千尋",
|
|
6
|
+
"友田真希",
|
|
9
7
|
"姫村しずく",
|
|
8
|
+
"宝月ひかる",
|
|
10
9
|
"日高ゆりあ",
|
|
11
10
|
"星ありす",
|
|
12
|
-
"桜田さくら",
|
|
13
|
-
"宝月ひかる",
|
|
14
11
|
"望月加奈",
|
|
15
|
-
"原千尋",
|
|
16
12
|
"松坂みるく",
|
|
13
|
+
"桜田さくら",
|
|
14
|
+
"池野朋",
|
|
15
|
+
"矢藤あき",
|
|
16
|
+
"紅音ほたる",
|
|
17
17
|
"蛯原朱里"
|
|
18
18
|
],
|
|
19
19
|
"code": "CRAD-099",
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actresses": [
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
3
|
+
"保坂えり",
|
|
4
|
+
"倉科つばめ",
|
|
5
|
+
"南のりか",
|
|
6
6
|
"原千草",
|
|
7
|
-
"春日もな",
|
|
8
|
-
"黒川ゆら",
|
|
9
7
|
"小西まりえ",
|
|
10
|
-
"美咲結衣",
|
|
11
|
-
"水樹りさ",
|
|
12
8
|
"島崎りか",
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
9
|
+
"成宮ルリ",
|
|
10
|
+
"新井エリー",
|
|
11
|
+
"春日もな",
|
|
12
|
+
"水樹りさ",
|
|
13
|
+
"百合川さら",
|
|
14
|
+
"美咲結衣",
|
|
15
|
+
"黒川ゆら"
|
|
16
16
|
],
|
|
17
17
|
"code": "CRSS-013",
|
|
18
18
|
"cover_image": "http://crosscross.jp/images/works/crss/crss013/crss013pl.jpg",
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actresses": [
|
|
3
|
+
"翔田千里",
|
|
4
|
+
"葵こはる"
|
|
5
|
+
],
|
|
6
|
+
"code": "MDYD-863",
|
|
7
|
+
"cover_image": "http://tameikegoro.jp/images/works/mdyd863/mdyd863pl.jpg",
|
|
8
|
+
"description": "夫の転勤を機に引っ越して来たこはるは、不在がちな夫にも我慢する健気な若妻。隣人の主婦・千里も、彼女に優しい。しかし、彼女の真の目的はこはるの身体。執拗なまでにこはるの躰を弄ぶ千里、戸惑いながらも、いつしか千里の与える快楽が忘れられない自分に気づくこはるは、禁断の世界へ堕ちてゆく…。",
|
|
9
|
+
"directors": [
|
|
10
|
+
"前田文豪"
|
|
11
|
+
],
|
|
12
|
+
"genres": [
|
|
13
|
+
"人妻",
|
|
14
|
+
"痴女",
|
|
15
|
+
"調教"
|
|
16
|
+
],
|
|
17
|
+
"maker": "溜池ゴロー",
|
|
18
|
+
"page": "http://tameikegoro.jp/works/-/detail/=/cid=mdyd863",
|
|
19
|
+
"release_date": "2013-12-13",
|
|
20
|
+
"sample_images": [
|
|
21
|
+
"http://tameikegoro.jp/images/works/mdyd863/mdyd863jp-1.jpg",
|
|
22
|
+
"http://tameikegoro.jp/images/works/mdyd863/mdyd863jp-2.jpg",
|
|
23
|
+
"http://tameikegoro.jp/images/works/mdyd863/mdyd863jp-3.jpg",
|
|
24
|
+
"http://tameikegoro.jp/images/works/mdyd863/mdyd863jp-4.jpg",
|
|
25
|
+
"http://tameikegoro.jp/images/works/mdyd863/mdyd863jp-5.jpg",
|
|
26
|
+
"http://tameikegoro.jp/images/works/mdyd863/mdyd863jp-6.jpg",
|
|
27
|
+
"http://tameikegoro.jp/images/works/mdyd863/mdyd863jp-7.jpg",
|
|
28
|
+
"http://tameikegoro.jp/images/works/mdyd863/mdyd863jp-8.jpg"
|
|
29
|
+
],
|
|
30
|
+
"thumbnail_image": "http://tameikegoro.jp/images/works/mdyd863/mdyd863pm.jpg",
|
|
31
|
+
"title": "美熟女にレズレイプで堕とされた若妻"
|
|
32
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actresses": [
|
|
3
|
-
"亜梨",
|
|
4
|
-
"晶エリー",
|
|
5
3
|
"つぼみ",
|
|
6
|
-
"雪見紗弥",
|
|
7
4
|
"モカ",
|
|
5
|
+
"亜梨",
|
|
8
6
|
"堀口奈津美",
|
|
9
7
|
"星乃せあら",
|
|
10
|
-
"
|
|
8
|
+
"晶エリー",
|
|
9
|
+
"東野愛鈴",
|
|
11
10
|
"甲斐ミハル",
|
|
12
|
-
"
|
|
11
|
+
"諸星セイラ",
|
|
12
|
+
"雪見紗弥"
|
|
13
13
|
],
|
|
14
14
|
"code": "MIRD-072",
|
|
15
15
|
"cover_image": "http://moodyz.com/images/works/mir072/mird-072pl.jpg",
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actresses": [
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
3
|
+
"加藤リナ",
|
|
4
|
+
"小橋咲",
|
|
5
|
+
"有紀かな",
|
|
6
|
+
"朱音ゆい",
|
|
7
|
+
"水谷心音",
|
|
8
|
+
"白石夏美",
|
|
9
|
+
"藤澤美羽",
|
|
10
|
+
"長谷川ゆな"
|
|
11
11
|
],
|
|
12
12
|
"code": "PPP-001",
|
|
13
13
|
"cover_image": "http://www.prestige-av.com/images/corner/goods/prestige/ppp/001/pb_e_ppp-001.jpg",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opendmm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jun Zhou
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-07-
|
|
11
|
+
date: 2014-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -187,8 +187,10 @@ files:
|
|
|
187
187
|
- test/maker_fixtures/ABS-014.json
|
|
188
188
|
- test/maker_fixtures/ABY-003.json
|
|
189
189
|
- test/maker_fixtures/ADN-019.json
|
|
190
|
+
- test/maker_fixtures/ADN-025.json
|
|
190
191
|
- test/maker_fixtures/AIR-017.json
|
|
191
192
|
- test/maker_fixtures/AKO-011.json
|
|
193
|
+
- test/maker_fixtures/ALB-038.json
|
|
192
194
|
- test/maker_fixtures/ALB-182.json
|
|
193
195
|
- test/maker_fixtures/ANND-066.json
|
|
194
196
|
- test/maker_fixtures/AP-001.json
|
|
@@ -200,6 +202,7 @@ files:
|
|
|
200
202
|
- test/maker_fixtures/BBI-104.json
|
|
201
203
|
- test/maker_fixtures/BEB-001.json
|
|
202
204
|
- test/maker_fixtures/BF-175.json
|
|
205
|
+
- test/maker_fixtures/BF-254.json
|
|
203
206
|
- test/maker_fixtures/BF-263.json
|
|
204
207
|
- test/maker_fixtures/BID-017.json
|
|
205
208
|
- test/maker_fixtures/BIJN-006.json
|
|
@@ -256,6 +259,7 @@ files:
|
|
|
256
259
|
- test/maker_fixtures/MBD-148.json
|
|
257
260
|
- test/maker_fixtures/MDC-002.json
|
|
258
261
|
- test/maker_fixtures/MDYD-544.json
|
|
262
|
+
- test/maker_fixtures/MDYD-863.json
|
|
259
263
|
- test/maker_fixtures/MEK-008.json
|
|
260
264
|
- test/maker_fixtures/MIAD-490.json
|
|
261
265
|
- test/maker_fixtures/MIDD-599.json
|
|
@@ -392,8 +396,10 @@ test_files:
|
|
|
392
396
|
- test/maker_fixtures/ABS-014.json
|
|
393
397
|
- test/maker_fixtures/ABY-003.json
|
|
394
398
|
- test/maker_fixtures/ADN-019.json
|
|
399
|
+
- test/maker_fixtures/ADN-025.json
|
|
395
400
|
- test/maker_fixtures/AIR-017.json
|
|
396
401
|
- test/maker_fixtures/AKO-011.json
|
|
402
|
+
- test/maker_fixtures/ALB-038.json
|
|
397
403
|
- test/maker_fixtures/ALB-182.json
|
|
398
404
|
- test/maker_fixtures/ANND-066.json
|
|
399
405
|
- test/maker_fixtures/AP-001.json
|
|
@@ -405,6 +411,7 @@ test_files:
|
|
|
405
411
|
- test/maker_fixtures/BBI-104.json
|
|
406
412
|
- test/maker_fixtures/BEB-001.json
|
|
407
413
|
- test/maker_fixtures/BF-175.json
|
|
414
|
+
- test/maker_fixtures/BF-254.json
|
|
408
415
|
- test/maker_fixtures/BF-263.json
|
|
409
416
|
- test/maker_fixtures/BID-017.json
|
|
410
417
|
- test/maker_fixtures/BIJN-006.json
|
|
@@ -461,6 +468,7 @@ test_files:
|
|
|
461
468
|
- test/maker_fixtures/MBD-148.json
|
|
462
469
|
- test/maker_fixtures/MDC-002.json
|
|
463
470
|
- test/maker_fixtures/MDYD-544.json
|
|
471
|
+
- test/maker_fixtures/MDYD-863.json
|
|
464
472
|
- test/maker_fixtures/MEK-008.json
|
|
465
473
|
- test/maker_fixtures/MIAD-490.json
|
|
466
474
|
- test/maker_fixtures/MIDD-599.json
|