opendmm 0.3.9 → 0.3.10
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/dmm_collection.rb +1 -1
- data/lib/opendmm/version.rb +1 -1
- data/test/maker_fixtures/DGL-066.json +26 -0
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1373fc10b1c24af36f29ef959c96b87b6cec9ad4
|
4
|
+
data.tar.gz: 2a81b6a78c2ba77ea384ad509e7ce1b378c9596d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbae194e1fbf79adfcfc6bd4cbd91fe8785505c055c23ed2c2ff7d387e8878acfa7003300d6c49f5023d953736d4642666bf8981f45c8126ee1a7175bac8f4e6
|
7
|
+
data.tar.gz: 95b7a434c7ae41256bd1babf6e43d2bb782954bec625778a967907cd503a240d37b6072832a068e124d20c897b9c887d995c72dfe712d1e997a42e059f339d15
|
@@ -10,7 +10,7 @@ private
|
|
10
10
|
def self.parse_product_html(html)
|
11
11
|
specs = Utils.hash_from_dl(html.xpath('//*[@id="information"]/dl[2]'))
|
12
12
|
{
|
13
|
-
actresses: html.css('#information > dl.actress > dd
|
13
|
+
actresses: html.css('#information > dl.actress > dd').text.split,
|
14
14
|
cover_image: html.at_xpath('//*[@id="package"]/h4/a')['href'],
|
15
15
|
description: html.xpath('//*[@id="comment"]/h5').text,
|
16
16
|
maker: 'D★Collection',
|
data/lib/opendmm/version.rb
CHANGED
@@ -0,0 +1,26 @@
|
|
1
|
+
{
|
2
|
+
"actresses": [
|
3
|
+
"星野千紗"
|
4
|
+
],
|
5
|
+
"code": "DGL-066",
|
6
|
+
"cover_image": "http://dmm-collection.com/images/works/dgl066/dgl066pl.jpg",
|
7
|
+
"description": "クビレとGカップの最強バランス“星野千紗”Dコレ専属デビュー!柔らかく弾力のあるおっぱいがオチンチンを包み込む至極のパイズリ!バックで騎乗位で揺れまくる!おっぱい好き必見のデビュー作です!",
|
8
|
+
"maker": "D★Collection",
|
9
|
+
"movie_length": 9000,
|
10
|
+
"page": "http://dmm-collection.com/works/-/detail/=/cid=dgl066",
|
11
|
+
"release_date": "2014-02-19",
|
12
|
+
"sample_images": [
|
13
|
+
"http://dmm-collection.com/images/works/dgl066/dgl066jp-01.jpg",
|
14
|
+
"http://dmm-collection.com/images/works/dgl066/dgl066jp-02.jpg",
|
15
|
+
"http://dmm-collection.com/images/works/dgl066/dgl066jp-03.jpg",
|
16
|
+
"http://dmm-collection.com/images/works/dgl066/dgl066jp-04.jpg",
|
17
|
+
"http://dmm-collection.com/images/works/dgl066/dgl066jp-05.jpg",
|
18
|
+
"http://dmm-collection.com/images/works/dgl066/dgl066jp-06.jpg",
|
19
|
+
"http://dmm-collection.com/images/works/dgl066/dgl066jp-07.jpg",
|
20
|
+
"http://dmm-collection.com/images/works/dgl066/dgl066jp-08.jpg",
|
21
|
+
"http://dmm-collection.com/images/works/dgl066/dgl066jp-09.jpg",
|
22
|
+
"http://dmm-collection.com/images/works/dgl066/dgl066jp-10.jpg"
|
23
|
+
],
|
24
|
+
"thumbnail_image": "http://dmm-collection.com/images/works/dgl066/dgl066pm.jpg",
|
25
|
+
"title": "星野千紗 AVデビュー"
|
26
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jun Zhou
|
@@ -220,6 +220,7 @@ files:
|
|
220
220
|
- test/maker_fixtures/Carib 021511-620.json
|
221
221
|
- test/maker_fixtures/DCOL-017.json
|
222
222
|
- test/maker_fixtures/DGL-007.json
|
223
|
+
- test/maker_fixtures/DGL-066.json
|
223
224
|
- test/maker_fixtures/DOM-045.json
|
224
225
|
- test/maker_fixtures/EBOD-109.json
|
225
226
|
- test/maker_fixtures/ECB-078.json
|
@@ -424,6 +425,7 @@ test_files:
|
|
424
425
|
- test/maker_fixtures/Carib 021511-620.json
|
425
426
|
- test/maker_fixtures/DCOL-017.json
|
426
427
|
- test/maker_fixtures/DGL-007.json
|
428
|
+
- test/maker_fixtures/DGL-066.json
|
427
429
|
- test/maker_fixtures/DOM-045.json
|
428
430
|
- test/maker_fixtures/EBOD-109.json
|
429
431
|
- test/maker_fixtures/ECB-078.json
|