opendmm 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d5ab890ab597435bb9ccf34212e9eeed0ec36b6c
4
- data.tar.gz: 3235ee61946188e2208c65b101cd84a106446053
3
+ metadata.gz: 76bcd62fc8eb750a41fe1410d088a6d88072215e
4
+ data.tar.gz: 3c22ac74b74c2f9fbc11e09644a0acf483bce403
5
5
  SHA512:
6
- metadata.gz: 021b2be41ad4086398bfcd703c7143af55f3657386126fc8d8c2ef76602e648dfd73cc9bd0eed94d63a92e8ed6d20210828efcc84c8c87ac742d281b7a9b99aa
7
- data.tar.gz: 92513585ba8246fb91edf7058e5c7a048a4f249d1f45f9e0c2852b4a5dd331c0b5461016d114775afcf61a62247401f04f75d479b73df7cadf3cfe1f375c001b
6
+ metadata.gz: fb7b0e7feac4accf4298f7b64b36f5e2aaaa861e5aa39a978e57f5a428c63234212fcfcd9d8fff50f4335b58811c391e19b36aba80d3e762900fe8a16c9480c3
7
+ data.tar.gz: addc945d603855e8918d886b94366cc8ee3729071055e0e8bf2c1335680253b25a28c74db8a6e17e0bd47af88f3b7230df1e9da537eec4f6999a624203fb210c
@@ -10,10 +10,10 @@ private
10
10
  def self.parse_product_html(html)
11
11
  specs = Utils.hash_by_split(html.xpath('//*[@id="sub-navi"]/div[1]/div[1]/table/tr').map(&:text))
12
12
  {
13
- actresses: html.css('#content > div > div > div.actress-list > dl > dd > a').map(&:text),
13
+ actresses: html.css('#content > div > div > div.actress-list > dl > dd').text.split('/'),
14
14
  cover_image: html.at_css('#pake')['href'],
15
15
  description: html.css('#content > div > div > div.detail_text').text,
16
- directors: specs['監督'].split,
16
+ directors: specs['監督'].split('/'),
17
17
  genres: specs['ジャンル'].split('/'),
18
18
  label: specs['レーベル'],
19
19
  maker: 'Premium',
@@ -1,3 +1,3 @@
1
1
  module OpenDMM
2
- VERSION = '0.3.6'
2
+ VERSION = '0.3.7'
3
3
  end
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actresses": [
3
- "乃亜"
3
+ "乃亜",
4
+ "相沢恋"
4
5
  ],
5
6
  "code": "PJD-085",
6
7
  "cover_image": "http://premium-beauty.com/images/works/pjd/pjd085/pjd085pl.jpg",
@@ -0,0 +1,34 @@
1
+ {
2
+ "code": "PXD-024",
3
+ "cover_image": "http://premium-beauty.com/images/works/pxd/pxd024/pxd024pl.jpg",
4
+ "description": "乱交AVの金字塔シリーズ第9弾、満を持してのリリース!今回はセレブでビッチなオンナたち12人がシークレットパーティーに集まり、ヤリまくる。進んで男たちを脱がし、チンポをしゃぶり、挿れ、快楽に溺れる。女同士のレズ、トイレで放尿シーンも追跡。高貴な館で繰り広げられる性の宴、圧倒的な臨場感で贈る自信作!",
5
+ "directors": [
6
+ "PREMIUM JPH PROJECT"
7
+ ],
8
+ "genres": [
9
+ "乱交",
10
+ "集団"
11
+ ],
12
+ "label": "XANADU",
13
+ "maker": "Premium",
14
+ "movie_length": 7200,
15
+ "page": "http://premium-beauty.com/works/-/detail/=/cid=pxd024",
16
+ "release_date": "2011-12-07",
17
+ "sample_images": [
18
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-01.jpg",
19
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-02.jpg",
20
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-03.jpg",
21
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-04.jpg",
22
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-05.jpg",
23
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-06.jpg",
24
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-07.jpg",
25
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-08.jpg",
26
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-09.jpg",
27
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-10.jpg",
28
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-11.jpg",
29
+ "http://premium-beauty.com/images/works/pxd/pxd024/pxd024jp-12.jpg"
30
+ ],
31
+ "series": "JAPANESE PARTY HARDCORE",
32
+ "thumbnail_image": "http://premium-beauty.com/images/works/pxd/pxd024/pxd024pm.jpg",
33
+ "title": "JAPANESE PARTY HARDCORE 9"
34
+ }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "actresses": [
3
3
  "上原亜衣",
4
+ "大槻ひびき",
4
5
  "水澤まお"
5
6
  ],
6
7
  "code": "PXD-027",
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.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jun Zhou
@@ -290,6 +290,7 @@ files:
290
290
  - test/maker_fixtures/PPT-004.json
291
291
  - test/maker_fixtures/PTS-230.json
292
292
  - test/maker_fixtures/PTV-001.json
293
+ - test/maker_fixtures/PXD-024.json
293
294
  - test/maker_fixtures/PXD-027.json
294
295
  - test/maker_fixtures/RAW-005.json
295
296
  - test/maker_fixtures/RBD-183.json
@@ -490,6 +491,7 @@ test_files:
490
491
  - test/maker_fixtures/PPT-004.json
491
492
  - test/maker_fixtures/PTS-230.json
492
493
  - test/maker_fixtures/PTV-001.json
494
+ - test/maker_fixtures/PXD-024.json
493
495
  - test/maker_fixtures/PXD-027.json
494
496
  - test/maker_fixtures/RAW-005.json
495
497
  - test/maker_fixtures/RBD-183.json