opendmm 0.1.4 → 0.1.5
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/.travis.yml +3 -0
- data/Rakefile +35 -27
- data/bin/opendmm +7 -7
- data/lib/opendmm.rb +35 -26
- data/lib/opendmm/maker.rb +18 -59
- data/lib/opendmm/makers/aknr.rb +18 -34
- data/lib/opendmm/makers/ako3.rb +18 -34
- data/lib/opendmm/makers/anna_and_hanako.rb +20 -36
- data/lib/opendmm/makers/apa.rb +19 -35
- data/lib/opendmm/makers/aroma.rb +40 -54
- data/lib/opendmm/makers/attackers.rb +30 -48
- data/lib/opendmm/makers/aurora.rb +24 -40
- data/lib/opendmm/makers/baltan.rb +20 -36
- data/lib/opendmm/makers/befree.rb +22 -38
- data/lib/opendmm/makers/bi.rb +24 -40
- data/lib/opendmm/makers/bijin_majo.rb +19 -35
- data/lib/opendmm/makers/candy.rb +27 -43
- data/lib/opendmm/makers/caribbean.rb +21 -36
- data/lib/opendmm/makers/cross.rb +22 -39
- data/lib/opendmm/makers/dip.rb +22 -38
- data/lib/opendmm/makers/dmm_collection.rb +19 -35
- data/lib/opendmm/makers/ebody.rb +22 -38
- data/lib/opendmm/makers/ideapocket.rb +42 -60
- data/lib/opendmm/makers/kawaii.rb +21 -37
- data/lib/opendmm/makers/kira_kira.rb +21 -37
- data/lib/opendmm/makers/madonna.rb +21 -37
- data/lib/opendmm/makers/moodyz.rb +41 -44
- data/lib/opendmm/makers/munekyunkissa.rb +21 -37
- data/lib/opendmm/makers/opera.rb +27 -43
- data/lib/opendmm/makers/oppai.rb +33 -51
- data/lib/opendmm/makers/premium.rb +23 -39
- data/lib/opendmm/makers/prestige.rb +40 -58
- data/lib/opendmm/makers/ran_maru.rb +29 -46
- data/lib/opendmm/makers/s1.rb +21 -37
- data/lib/opendmm/makers/s_cute.rb +41 -55
- data/lib/opendmm/makers/sod.rb +23 -39
- data/lib/opendmm/makers/tameikegoro.rb +22 -38
- data/lib/opendmm/makers/to_satsu.rb +20 -36
- data/lib/opendmm/makers/waap.rb +24 -41
- data/lib/opendmm/search_engine.rb +20 -0
- data/lib/opendmm/search_engines/dmm.rb +38 -58
- data/lib/opendmm/search_engines/jav_library.rb +32 -63
- data/lib/opendmm/site.rb +73 -0
- data/lib/opendmm/utils.rb +22 -2
- data/lib/opendmm/version.rb +1 -1
- data/test/{fixtures → dmm_fixtures}/DMYJ-001.json +1 -1
- data/test/fixture_test.rb +17 -13
- data/test/{fixtures → jav_library_fixtures}/XV-100.json +0 -0
- data/test/{fixtures → jav_library_fixtures}/XV-1000.json +0 -0
- data/test/{fixtures → maker_fixtures}/ABP-013.json +0 -0
- data/test/{fixtures → maker_fixtures}/ABS-014.json +0 -0
- data/test/{fixtures → maker_fixtures}/ABY-003.json +0 -0
- data/test/{fixtures → maker_fixtures}/ADN-019.json +0 -0
- data/test/{fixtures → maker_fixtures}/AIR-017.json +1 -1
- data/test/{fixtures → maker_fixtures}/AKO-011.json +1 -1
- data/test/{fixtures → maker_fixtures}/ALB-182.json +0 -0
- data/test/{fixtures → maker_fixtures}/ANND-066.json +0 -0
- data/test/{fixtures → maker_fixtures}/AP-001.json +0 -0
- data/test/{fixtures → maker_fixtures}/APAA-182.json +0 -0
- data/test/{fixtures → maker_fixtures}/APAK-051.json +0 -0
- data/test/{fixtures → maker_fixtures}/ARM-191.json +0 -0
- data/test/{fixtures → maker_fixtures}/ARMG-223.json +0 -0
- data/test/{fixtures → maker_fixtures}/ATID-183.json +0 -0
- data/test/{fixtures → maker_fixtures}/BBI-104.json +0 -0
- data/test/{fixtures → maker_fixtures}/BEB-001.json +0 -0
- data/test/{fixtures → maker_fixtures}/BF-175.json +0 -0
- data/test/{fixtures → maker_fixtures}/BID-017.json +0 -0
- data/test/{fixtures → maker_fixtures}/BIJN-006.json +0 -0
- data/test/{fixtures → maker_fixtures}/BLK-049.json +0 -0
- data/test/{fixtures → maker_fixtures}/BRA-002.json +0 -0
- data/test/{fixtures → maker_fixtures}/BWB-005.json +0 -0
- data/test/{fixtures → maker_fixtures}/CHN-008.json +0 -0
- data/test/{fixtures → maker_fixtures}/CHS-015.json +0 -0
- data/test/{fixtures → maker_fixtures}/CLUB-003.json +0 -0
- data/test/{fixtures → maker_fixtures}/CND-012.json +0 -0
- data/test/{fixtures → maker_fixtures}/CND-062.json +0 -0
- data/test/{fixtures → maker_fixtures}/CRAD-099.json +0 -0
- data/test/{fixtures → maker_fixtures}/CRPD-451.json +0 -0
- data/test/{fixtures → maker_fixtures}/CRSS-013.json +0 -0
- data/test/{fixtures → maker_fixtures}/CWM-156.json +1 -1
- data/test/fixtures/Carib 021511-620.json b/data/test/maker_fixtures/Carib → 021511-620.json +0 -0
- data/test/{fixtures → maker_fixtures}/DCOL-017.json +1 -1
- data/test/{fixtures → maker_fixtures}/DGL-007.json +1 -1
- data/test/{fixtures → maker_fixtures}/DOM-045.json +0 -0
- data/test/{fixtures → maker_fixtures}/EBOD-109.json +0 -0
- data/test/{fixtures → maker_fixtures}/ECB-078.json +1 -1
- data/test/{fixtures → maker_fixtures}/EDD-189.json +0 -0
- data/test/{fixtures → maker_fixtures}/ESK-232.json +0 -0
- data/test/{fixtures → maker_fixtures}/EZD-369.json +0 -0
- data/test/{fixtures → maker_fixtures}/FSET-399.json +0 -0
- data/test/{fixtures → maker_fixtures}/HAZ-009.json +0 -0
- data/test/{fixtures → maker_fixtures}/HON-001.json +0 -0
- data/test/{fixtures → maker_fixtures}/IDBD-447.json +0 -0
- data/test/{fixtures → maker_fixtures}/INU-013.json +0 -0
- data/test/{fixtures → maker_fixtures}/IPSD-041.json +0 -0
- data/test/{fixtures → maker_fixtures}/IPTD-464.json +0 -0
- data/test/{fixtures → maker_fixtures}/IPTD-629.json +0 -0
- data/test/{fixtures → maker_fixtures}/IPZ-005.json +0 -0
- data/test/{fixtures → maker_fixtures}/JBD-153.json +0 -0
- data/test/{fixtures → maker_fixtures}/JBS-004.json +0 -0
- data/test/{fixtures → maker_fixtures}/JOB-010.json +0 -0
- data/test/{fixtures → maker_fixtures}/JUC-285.json +0 -0
- data/test/{fixtures → maker_fixtures}/JUFD-137.json +0 -0
- data/test/{fixtures → maker_fixtures}/JUX-007.json +0 -0
- data/test/{fixtures → maker_fixtures}/JUX-119.json +0 -0
- data/test/{fixtures → maker_fixtures}/KAWD-249.json +1 -1
- data/test/{fixtures → maker_fixtures}/KIRD-147.json +0 -0
- data/test/{fixtures → maker_fixtures}/KISD-042.json +0 -0
- data/test/{fixtures → maker_fixtures}/LLR-005.json +0 -0
- data/test/{fixtures → maker_fixtures}/MAS-042.json +0 -0
- data/test/{fixtures → maker_fixtures}/MBD-148.json +0 -0
- data/test/{fixtures → maker_fixtures}/MDC-002.json +0 -0
- data/test/{fixtures → maker_fixtures}/MDYD-544.json +0 -0
- data/test/{fixtures → maker_fixtures}/MEK-008.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIAD-490.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIDD-599.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIDD-643.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIDD-644.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIDE-004.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIGD-284.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIGD-336.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIGD-337.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIMK-005.json +0 -0
- data/test/{fixtures → maker_fixtures}/MINT-004.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIQD-010.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIRD-071.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIRD-072.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIRD-073.json +0 -0
- data/test/{fixtures → maker_fixtures}/MIXS-005.json +0 -0
- data/test/{fixtures → maker_fixtures}/MMY-010.json +0 -0
- data/test/{fixtures → maker_fixtures}/NAGE-001.json +0 -0
- data/test/{fixtures → maker_fixtures}/NDR-001.json +0 -0
- data/test/{fixtures → maker_fixtures}/NOF-003.json +0 -0
- data/test/{fixtures → maker_fixtures}/NPS-130.json +0 -0
- data/test/{fixtures → maker_fixtures}/OBA-045.json +1 -1
- data/test/{fixtures → maker_fixtures}/ONSD-570.json +0 -0
- data/test/{fixtures → maker_fixtures}/OPUD-125.json +1 -1
- data/test/{fixtures → maker_fixtures}/OSR-003.json +0 -0
- data/test/{fixtures → maker_fixtures}/PARM-028.json +0 -0
- data/test/{fixtures → maker_fixtures}/PBD-134.json +0 -0
- data/test/{fixtures → maker_fixtures}/PGD-306.json +0 -0
- data/test/{fixtures → maker_fixtures}/PJD-085.json +0 -0
- data/test/{fixtures → maker_fixtures}/PPB-008.json +0 -0
- data/test/{fixtures → maker_fixtures}/PPP-001.json +0 -0
- data/test/{fixtures → maker_fixtures}/PPPD-102.json +1 -1
- data/test/{fixtures → maker_fixtures}/PPSD-028.json +1 -1
- data/test/{fixtures → maker_fixtures}/PPT-004.json +0 -0
- data/test/{fixtures → maker_fixtures}/PTS-230.json +0 -0
- data/test/{fixtures → maker_fixtures}/PTV-001.json +0 -0
- data/test/{fixtures → maker_fixtures}/PXD-027.json +0 -0
- data/test/{fixtures → maker_fixtures}/RAW-005.json +0 -0
- data/test/{fixtures → maker_fixtures}/RBD-183.json +0 -0
- data/test/fixtures/S-Cute 248_hibiki_07.json b/data/test/maker_fixtures/S-Cute → 248_hibiki_07.json +0 -0
- data/test/fixtures/S-Cute 353_rena_01.json b/data/test/maker_fixtures/S-Cute → 353_rena_01.json +0 -0
- data/test/fixtures/S-Cute ps5_07_rimu.json b/data/test/maker_fixtures/S-Cute → ps5_07_rimu.json +0 -0
- data/test/fixtures/S-Cute ps6_99_reona.json b/data/test/maker_fixtures/S-Cute → ps6_99_reona.json +0 -0
- data/test/fixtures/S-Cute ps7_83_akari2.json b/data/test/maker_fixtures/S-Cute → ps7_83_akari2.json +0 -0
- data/test/fixtures/S-Cute swm_05_risa2.json b/data/test/maker_fixtures/S-Cute → swm_05_risa2.json +0 -0
- data/test/{fixtures → maker_fixtures}/SAD-031.json +0 -0
- data/test/{fixtures → maker_fixtures}/SDDE-312.json +0 -0
- data/test/{fixtures → maker_fixtures}/SDMT-802.json +0 -0
- data/test/{fixtures → maker_fixtures}/SDMU-008.json +0 -0
- data/test/{fixtures → maker_fixtures}/SDNM-011.json +0 -0
- data/test/{fixtures → maker_fixtures}/SET-007.json +0 -0
- data/test/{fixtures → maker_fixtures}/SGA-001.json +1 -0
- data/test/{fixtures → maker_fixtures}/SHKD-415.json +3 -3
- data/test/{fixtures → maker_fixtures}/SNIS-041.json +0 -0
- data/test/{fixtures → maker_fixtures}/SOE-259.json +0 -0
- data/test/{fixtures → maker_fixtures}/SPC-001.json +0 -0
- data/test/{fixtures → maker_fixtures}/SPS-008.json +0 -0
- data/test/{fixtures → maker_fixtures}/SRS-015.json +0 -0
- data/test/{fixtures → maker_fixtures}/SSPD-077.json +0 -0
- data/test/{fixtures → maker_fixtures}/STAR-359.json +0 -0
- data/test/{fixtures → maker_fixtures}/SUPD-065.json +0 -0
- data/test/{fixtures → maker_fixtures}/TDT-018.json +0 -0
- data/test/{fixtures → maker_fixtures}/TMAM-034.json +0 -0
- data/test/{fixtures → maker_fixtures}/TMCY-039.json +0 -0
- data/test/{fixtures → maker_fixtures}/TMDI-040.json +0 -0
- data/test/{fixtures → maker_fixtures}/TMEM-044.json +0 -0
- data/test/{fixtures → maker_fixtures}/TMVI-042.json +0 -0
- data/test/{fixtures → maker_fixtures}/TRD-062.json +0 -0
- data/test/{fixtures → maker_fixtures}/TYOD-232.json +1 -1
- data/test/{fixtures → maker_fixtures}/URE-011.json +0 -0
- data/test/{fixtures → maker_fixtures}/WA-201.json +0 -0
- data/test/{fixtures → maker_fixtures}/WAT-003.json +0 -0
- data/test/{fixtures → maker_fixtures}/WPC-002.json +0 -0
- data/test/{fixtures → maker_fixtures}/WSS-231.json +1 -1
- data/test/{fixtures → maker_fixtures}/XND-023.json +0 -0
- data/test/{fixtures → maker_fixtures}/YRH-008.json +0 -0
- data/test/{fixtures → maker_fixtures}/YRZ-009.json +0 -0
- data/test/{fixtures → maker_fixtures}/ZEX-068.json +0 -0
- metadata +294 -292
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -4,7 +4,7 @@
|
|
4
4
|
],
|
5
5
|
"code": "OBA-045",
|
6
6
|
"cover_image": "http://madonna-av.com/images/works/oba045/oba045pl.jpg",
|
7
|
-
"description": "「ついにこの日がやってきた…」50
|
7
|
+
"description": "「ついにこの日がやってきた…」50歳を越えた樹理に訪れた—。樹理は生理用品をゴミ箱に捨てながら万感の思いに浸っていた。しかし一方であの煩わしい生理痛からの解放、そして何よりいつでもセックスができるという喜びに心弾ませていた。そんな母の気持ちなど知らず、息子のジュンヤは家から生理用品が無くなった事を母に問いただせずにいた。そんなある日、ジュンヤは母にの真偽を確かめるのだが…。obasan特設ページへ",
|
8
8
|
"directors": [
|
9
9
|
"雨宮孝太郎"
|
10
10
|
],
|
File without changes
|
@@ -5,7 +5,7 @@
|
|
5
5
|
"白鳥らん",
|
6
6
|
"楓きみか"
|
7
7
|
],
|
8
|
-
"code": "
|
8
|
+
"code": "OPUD-125",
|
9
9
|
"cover_image": "http://av-opera.jp/images/works/opud/opud125/opud125pl.jpg",
|
10
10
|
"description": "美麗マンコと極太ペニクリから全員吹き上がる仰天激潮!ニューハーフと初ガチンコSEXの女2人。オマンコ激突かれ潮吹きまくる!ニューハーフに前立腺責めとペニバンSEXで絶頂潮吹かせまくり!全員が快感暴走しながら吹き荒れる洪水のなかで悶絶するド迫力!",
|
11
11
|
"directors": [
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"JULIA"
|
4
4
|
],
|
5
5
|
"boobs": "Jカップ",
|
6
|
-
"code": "
|
6
|
+
"code": "PPPD-102",
|
7
7
|
"cover_image": "http://oppai-av.com/images/works/pppd/pppd102/pppd102pl.jpg",
|
8
8
|
"description": "100cmJcup人妻の浮気記録3時間!くびれた細身の身体に不釣合いな超美爆乳!長い脚をM字に開きマンコを突けば身体を震わせ、貪る様な汚いSEXに感じてしまう「あの人がしない様な…いやらしい事して」パイズリ発射!たっぷり中出し!全部夫以外のチンポでイキまくる!気持ちいい事には逆らえない女!",
|
9
9
|
"genres": [
|
@@ -6,7 +6,7 @@
|
|
6
6
|
"青空小夏"
|
7
7
|
],
|
8
8
|
"boobs": "Gカップ Jカップ Eカップ",
|
9
|
-
"code": "
|
9
|
+
"code": "PPSD-028",
|
10
10
|
"cover_image": "http://oppai-av.com/images/works/ppsd/ppsd028/ppsd028pl.jpg",
|
11
11
|
"description": "柔らかおっぱい、ロケットおっぱい、もちもちおっぱい、美巨乳など色んなおっぱいでお出迎え!童貞!溜まった性欲!など全て1対1のじっくりSEX治療!集団パイズリチンポ検診!極上ハーレム乱交!爆乳を舐め吸い揉みと好き放題!勿論チンポ様次第で中出しOK!癒されっぱなしの3時間40分!",
|
12
12
|
"genres": [
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/fixtures/S-Cute 248_hibiki_07.json b/data/test/maker_fixtures/S-Cute → 248_hibiki_07.json
RENAMED
File without changes
|
data/test/fixtures/S-Cute 353_rena_01.json b/data/test/maker_fixtures/S-Cute → 353_rena_01.json
RENAMED
File without changes
|
data/test/fixtures/S-Cute ps5_07_rimu.json b/data/test/maker_fixtures/S-Cute → ps5_07_rimu.json
RENAMED
File without changes
|
data/test/fixtures/S-Cute ps6_99_reona.json b/data/test/maker_fixtures/S-Cute → ps6_99_reona.json
RENAMED
File without changes
|
data/test/fixtures/S-Cute ps7_83_akari2.json b/data/test/maker_fixtures/S-Cute → ps7_83_akari2.json
RENAMED
File without changes
|
data/test/fixtures/S-Cute swm_05_risa2.json b/data/test/maker_fixtures/S-Cute → swm_05_risa2.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -26,6 +26,7 @@
|
|
26
26
|
"http://www.prestige-av.com/images/corner/goods/prestige/sga/001/cap_e_6_sga-001.jpg",
|
27
27
|
"http://www.prestige-av.com/images/corner/goods/prestige/sga/001/cap_e_7_sga-001.jpg"
|
28
28
|
],
|
29
|
+
"series": "AV女優 新世代を発掘し…",
|
29
30
|
"thumbnail_image": "http://www.prestige-av.com/images/corner/goods/prestige/sga/001/pf_p_sga-001.jpg",
|
30
31
|
"title": "パーフェクト過ぎるFカップ人妻 林ゆな38歳 AVデビュー+生写真7枚付き"
|
31
32
|
}
|
@@ -4,10 +4,10 @@
|
|
4
4
|
],
|
5
5
|
"code": "SHKD-415",
|
6
6
|
"cover_image": "http://attackers.net/images/works/shkd415/shkd415pl.jpg",
|
7
|
+
"description": "仕事で留守がちながらも仲の良い夫と幸せに暮らすあさ美。しかし夫の出張中、忍び込んだ強姦魔に犯されてしまう。居座り続ける男に服従を強いられながら犯され続ける毎日…。やがて夫が帰宅する日を迎えると、男は…。",
|
7
8
|
"directors": [
|
8
9
|
"なぎら健造"
|
9
10
|
],
|
10
|
-
"description": "仕事で留守がちながらも仲の良い夫と幸せに暮らすあさ美。しかし夫の出張中、忍び込んだ強姦魔に犯されてしまう。居座り続ける男に服従を強いられながら犯され続ける毎日…。やがて夫が帰宅する日を迎えると、男は…。",
|
11
11
|
"genres": [
|
12
12
|
"強制フェラ・イラマチオ",
|
13
13
|
"強制オナニー",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
"http://attackers.net/images/works/shkd415/shkd415jp-11.jpg",
|
33
33
|
"http://attackers.net/images/works/shkd415/shkd415jp-12.jpg"
|
34
34
|
],
|
35
|
-
"series": "
|
35
|
+
"series": "夫の目の前で犯されて—",
|
36
36
|
"thumbnail_image": "http://attackers.net/images/works/shkd415/shkd415pl.jpg",
|
37
|
-
"title": "
|
37
|
+
"title": "夫の目の前で犯されて— ターゲット"
|
38
38
|
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -5,7 +5,7 @@
|
|
5
5
|
"上原亜衣",
|
6
6
|
"朝倉ことみ"
|
7
7
|
],
|
8
|
-
"code": "
|
8
|
+
"code": "TYOD-232",
|
9
9
|
"cover_image": "http://ran-maru.com/images/works/tyod232/tyod232pl.jpg",
|
10
10
|
"description": "エンドレス潮吹きお姉さん・夏目優希!アメリカ帰りのポルノスター・まりか!みんなの妹永遠の17歳・朝倉ことみ!ナンバーワンAV女優・上原亜衣!一見、タイプの違う女優達・・・。彼女たちの共通点は「AVを極めた」ということ!そんな極めAV女優たちが繰り広げる快楽の宴!見たことの無い個性の集合体が化学反応を起こす!エロエンターテインメントショーをご堪能下さい!",
|
11
11
|
"genres": [
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"平原みなみ"
|
4
4
|
],
|
5
5
|
"brand": "WAAP",
|
6
|
-
"code": "
|
6
|
+
"code": "WSS-231",
|
7
7
|
"cover_image": "http://www.waap.co.jp/hskhsk/itsub/WSS231.jpg",
|
8
8
|
"description": "このコ、とにかくキレイ好き。 ごっくん好きを公言する元A●B研究生の平原みなみが、真剣ご奉仕で搾りだした特濃ザーメンを飲むだけでは飽き足らず、「射精への感謝」と「もう一回♪」への期待で、発射直後で精子まみれの敏感チ●ポを丹念にしゃぶりあげていく、性欲底無しガールの愛あるごっくんと終わらないお掃除フェラ、全6編。",
|
9
9
|
"directors": [
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
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.1.
|
4
|
+
version: 0.1.5
|
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-06-
|
11
|
+
date: 2014-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -158,157 +158,159 @@ files:
|
|
158
158
|
- lib/opendmm/makers/tameikegoro.rb
|
159
159
|
- lib/opendmm/makers/to_satsu.rb
|
160
160
|
- lib/opendmm/makers/waap.rb
|
161
|
+
- lib/opendmm/search_engine.rb
|
161
162
|
- lib/opendmm/search_engines/dmm.rb
|
162
163
|
- lib/opendmm/search_engines/jav_library.rb
|
164
|
+
- lib/opendmm/site.rb
|
163
165
|
- lib/opendmm/utils.rb
|
164
166
|
- lib/opendmm/version.rb
|
165
167
|
- opendmm.gemspec
|
168
|
+
- test/dmm_fixtures/DMYJ-001.json
|
166
169
|
- test/fixture_test.rb
|
167
|
-
- test/
|
168
|
-
- test/
|
169
|
-
- test/
|
170
|
-
- test/
|
171
|
-
- test/
|
172
|
-
- test/
|
173
|
-
- test/
|
174
|
-
- test/
|
175
|
-
- test/
|
176
|
-
- test/
|
177
|
-
- test/
|
178
|
-
- test/
|
179
|
-
- test/
|
180
|
-
- test/
|
181
|
-
- test/
|
182
|
-
- test/
|
183
|
-
- test/
|
184
|
-
- test/
|
185
|
-
- test/
|
186
|
-
- test/
|
187
|
-
- test/
|
188
|
-
- test/
|
189
|
-
- test/
|
190
|
-
- test/
|
191
|
-
- test/
|
192
|
-
- test/
|
193
|
-
- test/
|
194
|
-
- test/
|
195
|
-
- test/
|
196
|
-
- test/
|
197
|
-
- test/
|
198
|
-
- test/
|
199
|
-
- test/
|
200
|
-
- test/
|
201
|
-
- test/
|
202
|
-
- test/
|
203
|
-
- test/
|
204
|
-
- test/
|
205
|
-
- test/
|
206
|
-
- test/
|
207
|
-
- test/
|
208
|
-
- test/
|
209
|
-
- test/
|
210
|
-
- test/
|
211
|
-
- test/
|
212
|
-
- test/
|
213
|
-
- test/
|
214
|
-
- test/
|
215
|
-
- test/
|
216
|
-
- test/
|
217
|
-
- test/
|
218
|
-
- test/
|
219
|
-
- test/
|
220
|
-
- test/
|
221
|
-
- test/
|
222
|
-
- test/
|
223
|
-
- test/
|
224
|
-
- test/
|
225
|
-
- test/
|
226
|
-
- test/
|
227
|
-
- test/
|
228
|
-
- test/
|
229
|
-
- test/
|
230
|
-
- test/
|
231
|
-
- test/
|
232
|
-
- test/
|
233
|
-
- test/
|
234
|
-
- test/
|
235
|
-
- test/
|
236
|
-
- test/
|
237
|
-
- test/
|
238
|
-
- test/
|
239
|
-
- test/
|
240
|
-
- test/
|
241
|
-
- test/
|
242
|
-
- test/
|
243
|
-
- test/
|
244
|
-
- test/
|
245
|
-
- test/
|
246
|
-
- test/
|
247
|
-
- test/
|
248
|
-
- test/
|
249
|
-
- test/
|
250
|
-
- test/
|
251
|
-
- test/
|
252
|
-
- test/
|
253
|
-
- test/
|
254
|
-
- test/
|
255
|
-
- test/
|
256
|
-
- test/
|
257
|
-
- test/
|
258
|
-
- test/
|
259
|
-
- test/
|
260
|
-
- test/
|
261
|
-
- test/
|
262
|
-
- test/
|
263
|
-
- test/
|
264
|
-
- test/
|
265
|
-
- test/
|
266
|
-
- test/
|
267
|
-
- test/
|
268
|
-
- test/
|
269
|
-
- test/
|
270
|
-
- test/
|
271
|
-
- test/
|
272
|
-
- test/
|
273
|
-
- test/
|
274
|
-
- test/
|
275
|
-
- test/
|
276
|
-
- test/
|
277
|
-
- test/
|
278
|
-
- test/
|
279
|
-
- test/
|
280
|
-
- test/
|
281
|
-
- test/
|
282
|
-
- test/
|
283
|
-
- test/
|
284
|
-
- test/
|
285
|
-
- test/
|
286
|
-
- test/
|
287
|
-
- test/
|
288
|
-
- test/
|
289
|
-
- test/
|
290
|
-
- test/
|
291
|
-
- test/
|
292
|
-
- test/
|
293
|
-
- test/
|
294
|
-
- test/
|
295
|
-
- test/
|
296
|
-
- test/
|
297
|
-
- test/
|
298
|
-
- test/
|
299
|
-
- test/
|
300
|
-
- test/
|
301
|
-
- test/
|
302
|
-
- test/
|
303
|
-
- test/
|
304
|
-
- test/
|
305
|
-
- test/
|
306
|
-
- test/
|
307
|
-
- test/
|
308
|
-
- test/
|
309
|
-
- test/
|
310
|
-
- test/
|
311
|
-
- test/fixtures/ZEX-068.json
|
170
|
+
- test/jav_library_fixtures/XV-100.json
|
171
|
+
- test/jav_library_fixtures/XV-1000.json
|
172
|
+
- test/maker_fixtures/ABP-013.json
|
173
|
+
- test/maker_fixtures/ABS-014.json
|
174
|
+
- test/maker_fixtures/ABY-003.json
|
175
|
+
- test/maker_fixtures/ADN-019.json
|
176
|
+
- test/maker_fixtures/AIR-017.json
|
177
|
+
- test/maker_fixtures/AKO-011.json
|
178
|
+
- test/maker_fixtures/ALB-182.json
|
179
|
+
- test/maker_fixtures/ANND-066.json
|
180
|
+
- test/maker_fixtures/AP-001.json
|
181
|
+
- test/maker_fixtures/APAA-182.json
|
182
|
+
- test/maker_fixtures/APAK-051.json
|
183
|
+
- test/maker_fixtures/ARM-191.json
|
184
|
+
- test/maker_fixtures/ARMG-223.json
|
185
|
+
- test/maker_fixtures/ATID-183.json
|
186
|
+
- test/maker_fixtures/BBI-104.json
|
187
|
+
- test/maker_fixtures/BEB-001.json
|
188
|
+
- test/maker_fixtures/BF-175.json
|
189
|
+
- test/maker_fixtures/BID-017.json
|
190
|
+
- test/maker_fixtures/BIJN-006.json
|
191
|
+
- test/maker_fixtures/BLK-049.json
|
192
|
+
- test/maker_fixtures/BRA-002.json
|
193
|
+
- test/maker_fixtures/BWB-005.json
|
194
|
+
- test/maker_fixtures/CHN-008.json
|
195
|
+
- test/maker_fixtures/CHS-015.json
|
196
|
+
- test/maker_fixtures/CLUB-003.json
|
197
|
+
- test/maker_fixtures/CND-012.json
|
198
|
+
- test/maker_fixtures/CND-062.json
|
199
|
+
- test/maker_fixtures/CRAD-099.json
|
200
|
+
- test/maker_fixtures/CRPD-451.json
|
201
|
+
- test/maker_fixtures/CRSS-013.json
|
202
|
+
- test/maker_fixtures/CWM-156.json
|
203
|
+
- test/maker_fixtures/Carib 021511-620.json
|
204
|
+
- test/maker_fixtures/DCOL-017.json
|
205
|
+
- test/maker_fixtures/DGL-007.json
|
206
|
+
- test/maker_fixtures/DOM-045.json
|
207
|
+
- test/maker_fixtures/EBOD-109.json
|
208
|
+
- test/maker_fixtures/ECB-078.json
|
209
|
+
- test/maker_fixtures/EDD-189.json
|
210
|
+
- test/maker_fixtures/ESK-232.json
|
211
|
+
- test/maker_fixtures/EZD-369.json
|
212
|
+
- test/maker_fixtures/FSET-399.json
|
213
|
+
- test/maker_fixtures/HAZ-009.json
|
214
|
+
- test/maker_fixtures/HON-001.json
|
215
|
+
- test/maker_fixtures/IDBD-447.json
|
216
|
+
- test/maker_fixtures/INU-013.json
|
217
|
+
- test/maker_fixtures/IPSD-041.json
|
218
|
+
- test/maker_fixtures/IPTD-464.json
|
219
|
+
- test/maker_fixtures/IPTD-629.json
|
220
|
+
- test/maker_fixtures/IPZ-005.json
|
221
|
+
- test/maker_fixtures/JBD-153.json
|
222
|
+
- test/maker_fixtures/JBS-004.json
|
223
|
+
- test/maker_fixtures/JOB-010.json
|
224
|
+
- test/maker_fixtures/JUC-285.json
|
225
|
+
- test/maker_fixtures/JUFD-137.json
|
226
|
+
- test/maker_fixtures/JUX-007.json
|
227
|
+
- test/maker_fixtures/JUX-119.json
|
228
|
+
- test/maker_fixtures/KAWD-249.json
|
229
|
+
- test/maker_fixtures/KIRD-147.json
|
230
|
+
- test/maker_fixtures/KISD-042.json
|
231
|
+
- test/maker_fixtures/LLR-005.json
|
232
|
+
- test/maker_fixtures/MAS-042.json
|
233
|
+
- test/maker_fixtures/MBD-148.json
|
234
|
+
- test/maker_fixtures/MDC-002.json
|
235
|
+
- test/maker_fixtures/MDYD-544.json
|
236
|
+
- test/maker_fixtures/MEK-008.json
|
237
|
+
- test/maker_fixtures/MIAD-490.json
|
238
|
+
- test/maker_fixtures/MIDD-599.json
|
239
|
+
- test/maker_fixtures/MIDD-643.json
|
240
|
+
- test/maker_fixtures/MIDD-644.json
|
241
|
+
- test/maker_fixtures/MIDE-004.json
|
242
|
+
- test/maker_fixtures/MIGD-284.json
|
243
|
+
- test/maker_fixtures/MIGD-336.json
|
244
|
+
- test/maker_fixtures/MIGD-337.json
|
245
|
+
- test/maker_fixtures/MIMK-005.json
|
246
|
+
- test/maker_fixtures/MINT-004.json
|
247
|
+
- test/maker_fixtures/MIQD-010.json
|
248
|
+
- test/maker_fixtures/MIRD-071.json
|
249
|
+
- test/maker_fixtures/MIRD-072.json
|
250
|
+
- test/maker_fixtures/MIRD-073.json
|
251
|
+
- test/maker_fixtures/MIXS-005.json
|
252
|
+
- test/maker_fixtures/MMY-010.json
|
253
|
+
- test/maker_fixtures/NAGE-001.json
|
254
|
+
- test/maker_fixtures/NDR-001.json
|
255
|
+
- test/maker_fixtures/NOF-003.json
|
256
|
+
- test/maker_fixtures/NPS-130.json
|
257
|
+
- test/maker_fixtures/OBA-045.json
|
258
|
+
- test/maker_fixtures/ONSD-570.json
|
259
|
+
- test/maker_fixtures/OPUD-125.json
|
260
|
+
- test/maker_fixtures/OSR-003.json
|
261
|
+
- test/maker_fixtures/PARM-028.json
|
262
|
+
- test/maker_fixtures/PBD-134.json
|
263
|
+
- test/maker_fixtures/PGD-306.json
|
264
|
+
- test/maker_fixtures/PJD-085.json
|
265
|
+
- test/maker_fixtures/PPB-008.json
|
266
|
+
- test/maker_fixtures/PPP-001.json
|
267
|
+
- test/maker_fixtures/PPPD-102.json
|
268
|
+
- test/maker_fixtures/PPSD-028.json
|
269
|
+
- test/maker_fixtures/PPT-004.json
|
270
|
+
- test/maker_fixtures/PTS-230.json
|
271
|
+
- test/maker_fixtures/PTV-001.json
|
272
|
+
- test/maker_fixtures/PXD-027.json
|
273
|
+
- test/maker_fixtures/RAW-005.json
|
274
|
+
- test/maker_fixtures/RBD-183.json
|
275
|
+
- test/maker_fixtures/S-Cute 248_hibiki_07.json
|
276
|
+
- test/maker_fixtures/S-Cute 353_rena_01.json
|
277
|
+
- test/maker_fixtures/S-Cute ps5_07_rimu.json
|
278
|
+
- test/maker_fixtures/S-Cute ps6_99_reona.json
|
279
|
+
- test/maker_fixtures/S-Cute ps7_83_akari2.json
|
280
|
+
- test/maker_fixtures/S-Cute swm_05_risa2.json
|
281
|
+
- test/maker_fixtures/SAD-031.json
|
282
|
+
- test/maker_fixtures/SDDE-312.json
|
283
|
+
- test/maker_fixtures/SDMT-802.json
|
284
|
+
- test/maker_fixtures/SDMU-008.json
|
285
|
+
- test/maker_fixtures/SDNM-011.json
|
286
|
+
- test/maker_fixtures/SET-007.json
|
287
|
+
- test/maker_fixtures/SGA-001.json
|
288
|
+
- test/maker_fixtures/SHKD-415.json
|
289
|
+
- test/maker_fixtures/SNIS-041.json
|
290
|
+
- test/maker_fixtures/SOE-259.json
|
291
|
+
- test/maker_fixtures/SPC-001.json
|
292
|
+
- test/maker_fixtures/SPS-008.json
|
293
|
+
- test/maker_fixtures/SRS-015.json
|
294
|
+
- test/maker_fixtures/SSPD-077.json
|
295
|
+
- test/maker_fixtures/STAR-359.json
|
296
|
+
- test/maker_fixtures/SUPD-065.json
|
297
|
+
- test/maker_fixtures/TDT-018.json
|
298
|
+
- test/maker_fixtures/TMAM-034.json
|
299
|
+
- test/maker_fixtures/TMCY-039.json
|
300
|
+
- test/maker_fixtures/TMDI-040.json
|
301
|
+
- test/maker_fixtures/TMEM-044.json
|
302
|
+
- test/maker_fixtures/TMVI-042.json
|
303
|
+
- test/maker_fixtures/TRD-062.json
|
304
|
+
- test/maker_fixtures/TYOD-232.json
|
305
|
+
- test/maker_fixtures/URE-011.json
|
306
|
+
- test/maker_fixtures/WA-201.json
|
307
|
+
- test/maker_fixtures/WAT-003.json
|
308
|
+
- test/maker_fixtures/WPC-002.json
|
309
|
+
- test/maker_fixtures/WSS-231.json
|
310
|
+
- test/maker_fixtures/XND-023.json
|
311
|
+
- test/maker_fixtures/YRH-008.json
|
312
|
+
- test/maker_fixtures/YRZ-009.json
|
313
|
+
- test/maker_fixtures/ZEX-068.json
|
312
314
|
homepage:
|
313
315
|
licenses:
|
314
316
|
- MIT
|
@@ -334,149 +336,149 @@ signing_key:
|
|
334
336
|
specification_version: 4
|
335
337
|
summary: 'OpenDMM: an open-source Japanese AV search engine'
|
336
338
|
test_files:
|
339
|
+
- test/dmm_fixtures/DMYJ-001.json
|
337
340
|
- test/fixture_test.rb
|
338
|
-
- test/
|
339
|
-
- test/
|
340
|
-
- test/
|
341
|
-
- test/
|
342
|
-
- test/
|
343
|
-
- test/
|
344
|
-
- test/
|
345
|
-
- test/
|
346
|
-
- test/
|
347
|
-
- test/
|
348
|
-
- test/
|
349
|
-
- test/
|
350
|
-
- test/
|
351
|
-
- test/
|
352
|
-
- test/
|
353
|
-
- test/
|
354
|
-
- test/
|
355
|
-
- test/
|
356
|
-
- test/
|
357
|
-
- test/
|
358
|
-
- test/
|
359
|
-
- test/
|
360
|
-
- test/
|
361
|
-
- test/
|
362
|
-
- test/
|
363
|
-
- test/
|
364
|
-
- test/
|
365
|
-
- test/
|
366
|
-
- test/
|
367
|
-
- test/
|
368
|
-
- test/
|
369
|
-
- test/
|
370
|
-
- test/
|
371
|
-
- test/
|
372
|
-
- test/
|
373
|
-
- test/
|
374
|
-
- test/
|
375
|
-
- test/
|
376
|
-
- test/
|
377
|
-
- test/
|
378
|
-
- test/
|
379
|
-
- test/
|
380
|
-
- test/
|
381
|
-
- test/
|
382
|
-
- test/
|
383
|
-
- test/
|
384
|
-
- test/
|
385
|
-
- test/
|
386
|
-
- test/
|
387
|
-
- test/
|
388
|
-
- test/
|
389
|
-
- test/
|
390
|
-
- test/
|
391
|
-
- test/
|
392
|
-
- test/
|
393
|
-
- test/
|
394
|
-
- test/
|
395
|
-
- test/
|
396
|
-
- test/
|
397
|
-
- test/
|
398
|
-
- test/
|
399
|
-
- test/
|
400
|
-
- test/
|
401
|
-
- test/
|
402
|
-
- test/
|
403
|
-
- test/
|
404
|
-
- test/
|
405
|
-
- test/
|
406
|
-
- test/
|
407
|
-
- test/
|
408
|
-
- test/
|
409
|
-
- test/
|
410
|
-
- test/
|
411
|
-
- test/
|
412
|
-
- test/
|
413
|
-
- test/
|
414
|
-
- test/
|
415
|
-
- test/
|
416
|
-
- test/
|
417
|
-
- test/
|
418
|
-
- test/
|
419
|
-
- test/
|
420
|
-
- test/
|
421
|
-
- test/
|
422
|
-
- test/
|
423
|
-
- test/
|
424
|
-
- test/
|
425
|
-
- test/
|
426
|
-
- test/
|
427
|
-
- test/
|
428
|
-
- test/
|
429
|
-
- test/
|
430
|
-
- test/
|
431
|
-
- test/
|
432
|
-
- test/
|
433
|
-
- test/
|
434
|
-
- test/
|
435
|
-
- test/
|
436
|
-
- test/
|
437
|
-
- test/
|
438
|
-
- test/
|
439
|
-
- test/
|
440
|
-
- test/
|
441
|
-
- test/
|
442
|
-
- test/
|
443
|
-
- test/
|
444
|
-
- test/
|
445
|
-
- test/
|
446
|
-
- test/
|
447
|
-
- test/
|
448
|
-
- test/
|
449
|
-
- test/
|
450
|
-
- test/
|
451
|
-
- test/
|
452
|
-
- test/
|
453
|
-
- test/
|
454
|
-
- test/
|
455
|
-
- test/
|
456
|
-
- test/
|
457
|
-
- test/
|
458
|
-
- test/
|
459
|
-
- test/
|
460
|
-
- test/
|
461
|
-
- test/
|
462
|
-
- test/
|
463
|
-
- test/
|
464
|
-
- test/
|
465
|
-
- test/
|
466
|
-
- test/
|
467
|
-
- test/
|
468
|
-
- test/
|
469
|
-
- test/
|
470
|
-
- test/
|
471
|
-
- test/
|
472
|
-
- test/
|
473
|
-
- test/
|
474
|
-
- test/
|
475
|
-
- test/
|
476
|
-
- test/
|
477
|
-
- test/
|
478
|
-
- test/
|
479
|
-
- test/
|
480
|
-
- test/
|
481
|
-
- test/
|
482
|
-
- test/fixtures/ZEX-068.json
|
341
|
+
- test/jav_library_fixtures/XV-100.json
|
342
|
+
- test/jav_library_fixtures/XV-1000.json
|
343
|
+
- test/maker_fixtures/ABP-013.json
|
344
|
+
- test/maker_fixtures/ABS-014.json
|
345
|
+
- test/maker_fixtures/ABY-003.json
|
346
|
+
- test/maker_fixtures/ADN-019.json
|
347
|
+
- test/maker_fixtures/AIR-017.json
|
348
|
+
- test/maker_fixtures/AKO-011.json
|
349
|
+
- test/maker_fixtures/ALB-182.json
|
350
|
+
- test/maker_fixtures/ANND-066.json
|
351
|
+
- test/maker_fixtures/AP-001.json
|
352
|
+
- test/maker_fixtures/APAA-182.json
|
353
|
+
- test/maker_fixtures/APAK-051.json
|
354
|
+
- test/maker_fixtures/ARM-191.json
|
355
|
+
- test/maker_fixtures/ARMG-223.json
|
356
|
+
- test/maker_fixtures/ATID-183.json
|
357
|
+
- test/maker_fixtures/BBI-104.json
|
358
|
+
- test/maker_fixtures/BEB-001.json
|
359
|
+
- test/maker_fixtures/BF-175.json
|
360
|
+
- test/maker_fixtures/BID-017.json
|
361
|
+
- test/maker_fixtures/BIJN-006.json
|
362
|
+
- test/maker_fixtures/BLK-049.json
|
363
|
+
- test/maker_fixtures/BRA-002.json
|
364
|
+
- test/maker_fixtures/BWB-005.json
|
365
|
+
- test/maker_fixtures/CHN-008.json
|
366
|
+
- test/maker_fixtures/CHS-015.json
|
367
|
+
- test/maker_fixtures/CLUB-003.json
|
368
|
+
- test/maker_fixtures/CND-012.json
|
369
|
+
- test/maker_fixtures/CND-062.json
|
370
|
+
- test/maker_fixtures/CRAD-099.json
|
371
|
+
- test/maker_fixtures/CRPD-451.json
|
372
|
+
- test/maker_fixtures/CRSS-013.json
|
373
|
+
- test/maker_fixtures/CWM-156.json
|
374
|
+
- test/maker_fixtures/Carib 021511-620.json
|
375
|
+
- test/maker_fixtures/DCOL-017.json
|
376
|
+
- test/maker_fixtures/DGL-007.json
|
377
|
+
- test/maker_fixtures/DOM-045.json
|
378
|
+
- test/maker_fixtures/EBOD-109.json
|
379
|
+
- test/maker_fixtures/ECB-078.json
|
380
|
+
- test/maker_fixtures/EDD-189.json
|
381
|
+
- test/maker_fixtures/ESK-232.json
|
382
|
+
- test/maker_fixtures/EZD-369.json
|
383
|
+
- test/maker_fixtures/FSET-399.json
|
384
|
+
- test/maker_fixtures/HAZ-009.json
|
385
|
+
- test/maker_fixtures/HON-001.json
|
386
|
+
- test/maker_fixtures/IDBD-447.json
|
387
|
+
- test/maker_fixtures/INU-013.json
|
388
|
+
- test/maker_fixtures/IPSD-041.json
|
389
|
+
- test/maker_fixtures/IPTD-464.json
|
390
|
+
- test/maker_fixtures/IPTD-629.json
|
391
|
+
- test/maker_fixtures/IPZ-005.json
|
392
|
+
- test/maker_fixtures/JBD-153.json
|
393
|
+
- test/maker_fixtures/JBS-004.json
|
394
|
+
- test/maker_fixtures/JOB-010.json
|
395
|
+
- test/maker_fixtures/JUC-285.json
|
396
|
+
- test/maker_fixtures/JUFD-137.json
|
397
|
+
- test/maker_fixtures/JUX-007.json
|
398
|
+
- test/maker_fixtures/JUX-119.json
|
399
|
+
- test/maker_fixtures/KAWD-249.json
|
400
|
+
- test/maker_fixtures/KIRD-147.json
|
401
|
+
- test/maker_fixtures/KISD-042.json
|
402
|
+
- test/maker_fixtures/LLR-005.json
|
403
|
+
- test/maker_fixtures/MAS-042.json
|
404
|
+
- test/maker_fixtures/MBD-148.json
|
405
|
+
- test/maker_fixtures/MDC-002.json
|
406
|
+
- test/maker_fixtures/MDYD-544.json
|
407
|
+
- test/maker_fixtures/MEK-008.json
|
408
|
+
- test/maker_fixtures/MIAD-490.json
|
409
|
+
- test/maker_fixtures/MIDD-599.json
|
410
|
+
- test/maker_fixtures/MIDD-643.json
|
411
|
+
- test/maker_fixtures/MIDD-644.json
|
412
|
+
- test/maker_fixtures/MIDE-004.json
|
413
|
+
- test/maker_fixtures/MIGD-284.json
|
414
|
+
- test/maker_fixtures/MIGD-336.json
|
415
|
+
- test/maker_fixtures/MIGD-337.json
|
416
|
+
- test/maker_fixtures/MIMK-005.json
|
417
|
+
- test/maker_fixtures/MINT-004.json
|
418
|
+
- test/maker_fixtures/MIQD-010.json
|
419
|
+
- test/maker_fixtures/MIRD-071.json
|
420
|
+
- test/maker_fixtures/MIRD-072.json
|
421
|
+
- test/maker_fixtures/MIRD-073.json
|
422
|
+
- test/maker_fixtures/MIXS-005.json
|
423
|
+
- test/maker_fixtures/MMY-010.json
|
424
|
+
- test/maker_fixtures/NAGE-001.json
|
425
|
+
- test/maker_fixtures/NDR-001.json
|
426
|
+
- test/maker_fixtures/NOF-003.json
|
427
|
+
- test/maker_fixtures/NPS-130.json
|
428
|
+
- test/maker_fixtures/OBA-045.json
|
429
|
+
- test/maker_fixtures/ONSD-570.json
|
430
|
+
- test/maker_fixtures/OPUD-125.json
|
431
|
+
- test/maker_fixtures/OSR-003.json
|
432
|
+
- test/maker_fixtures/PARM-028.json
|
433
|
+
- test/maker_fixtures/PBD-134.json
|
434
|
+
- test/maker_fixtures/PGD-306.json
|
435
|
+
- test/maker_fixtures/PJD-085.json
|
436
|
+
- test/maker_fixtures/PPB-008.json
|
437
|
+
- test/maker_fixtures/PPP-001.json
|
438
|
+
- test/maker_fixtures/PPPD-102.json
|
439
|
+
- test/maker_fixtures/PPSD-028.json
|
440
|
+
- test/maker_fixtures/PPT-004.json
|
441
|
+
- test/maker_fixtures/PTS-230.json
|
442
|
+
- test/maker_fixtures/PTV-001.json
|
443
|
+
- test/maker_fixtures/PXD-027.json
|
444
|
+
- test/maker_fixtures/RAW-005.json
|
445
|
+
- test/maker_fixtures/RBD-183.json
|
446
|
+
- test/maker_fixtures/S-Cute 248_hibiki_07.json
|
447
|
+
- test/maker_fixtures/S-Cute 353_rena_01.json
|
448
|
+
- test/maker_fixtures/S-Cute ps5_07_rimu.json
|
449
|
+
- test/maker_fixtures/S-Cute ps6_99_reona.json
|
450
|
+
- test/maker_fixtures/S-Cute ps7_83_akari2.json
|
451
|
+
- test/maker_fixtures/S-Cute swm_05_risa2.json
|
452
|
+
- test/maker_fixtures/SAD-031.json
|
453
|
+
- test/maker_fixtures/SDDE-312.json
|
454
|
+
- test/maker_fixtures/SDMT-802.json
|
455
|
+
- test/maker_fixtures/SDMU-008.json
|
456
|
+
- test/maker_fixtures/SDNM-011.json
|
457
|
+
- test/maker_fixtures/SET-007.json
|
458
|
+
- test/maker_fixtures/SGA-001.json
|
459
|
+
- test/maker_fixtures/SHKD-415.json
|
460
|
+
- test/maker_fixtures/SNIS-041.json
|
461
|
+
- test/maker_fixtures/SOE-259.json
|
462
|
+
- test/maker_fixtures/SPC-001.json
|
463
|
+
- test/maker_fixtures/SPS-008.json
|
464
|
+
- test/maker_fixtures/SRS-015.json
|
465
|
+
- test/maker_fixtures/SSPD-077.json
|
466
|
+
- test/maker_fixtures/STAR-359.json
|
467
|
+
- test/maker_fixtures/SUPD-065.json
|
468
|
+
- test/maker_fixtures/TDT-018.json
|
469
|
+
- test/maker_fixtures/TMAM-034.json
|
470
|
+
- test/maker_fixtures/TMCY-039.json
|
471
|
+
- test/maker_fixtures/TMDI-040.json
|
472
|
+
- test/maker_fixtures/TMEM-044.json
|
473
|
+
- test/maker_fixtures/TMVI-042.json
|
474
|
+
- test/maker_fixtures/TRD-062.json
|
475
|
+
- test/maker_fixtures/TYOD-232.json
|
476
|
+
- test/maker_fixtures/URE-011.json
|
477
|
+
- test/maker_fixtures/WA-201.json
|
478
|
+
- test/maker_fixtures/WAT-003.json
|
479
|
+
- test/maker_fixtures/WPC-002.json
|
480
|
+
- test/maker_fixtures/WSS-231.json
|
481
|
+
- test/maker_fixtures/XND-023.json
|
482
|
+
- test/maker_fixtures/YRH-008.json
|
483
|
+
- test/maker_fixtures/YRZ-009.json
|
484
|
+
- test/maker_fixtures/ZEX-068.json
|