Ruby 番号信息查询 OpenDMM

码农软件 · 软件分类 · 常用工具包 · 2019-08-18 15:12:41

软件介绍

opendmm是做什么用的?

简单来说,OpenDMM是一个ruby的gem,用来查询番号信息。

可以在实际项目中用这种体位:

irb(main):001:0> require 'opendmm'
=> true
irb(main):002:0> OpenDMM.search 'ABP-123'
=> {:actresses=>["酒井 ももか"], :code=>"ABP-123", :cover_image=>"http://www.prestige-av.com/images/corner/goods/prestige/abp/123/pb_e_abp-123.jpg", :description=>"通販限定商品!未公開映像収録DVDの特典付き商品です。本数限定となりますのでお早めにお求め下さい!!プレステージ専属女優 『酒井 ももか』 が新人泡姫に!可愛い顔で落ち着いた空間を演出して、ゆっくりとした時間の流れを作ってお客様に満足頂けるサービスをご提供!感じる個所を的確に責めて気持ち良くフィニッシュに導くシーンは見逃せません!硬くなったチ○コと交わり、夢心地で快感を堪能 してイク・・・。", :genres=>["玩具責め", "女優", "アナル舐め", "通販限定"], :label=>"ABSOLUTELY PERFECT", :maker=>"プレステージ", :movie_length=>8400, :page=>"http://www.prestige-av.com/goods/goods_detail.php?sku=ABP-123", :release_date=>#<Date: 2014-04-01 ((2456749j,0s,0n),+0s,2299161j)>, :sample_images=>["http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_0_abp-123.jpg", "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_1_abp-123.jpg", "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_2_abp-123.jpg", "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_3_abp-123.jpg", "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_4_abp-123.jpg", "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_5_abp-123.jpg", "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_6_abp-123.jpg", "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_7_abp-123.jpg"], :series=>"満足度満点ソープ", :thumbnail_image=>"http://www.prestige-av.com/images/corner/goods/prestige/abp/123/pf_p_abp-123.jpg", :title=>"酒井ももか 満足度満点新人ソープDX+未公開映像DVD付き"}

也可以使用命令行查询:

$ opendmm --json 'ABP-123'
{
  "actresses": [
    "酒井 ももか"
  ],
  "code": "ABP-123",
  "cover_image": "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/pb_e_abp-123.jpg",
  "description": "通販限定商品!未公開映像収録DVDの特典付き商品です。本数限定となりますのでお早めにお求め下さい!!プレステージ専属女優 『酒井 ももか』 が新人泡姫に!可愛い顔で落ち着いた空間を演出して、ゆっくりとした時間の流れを作ってお客様に満足頂けるサービスをご提供!感じる個所を的確に責めて気持ち良くフィニッシュに導くシーンは見逃せません!硬くなったチ○コと交わり、夢心地で快感を堪能してイク・・・。",
  "genres": [
    "玩具責め",
    "女優",
    "アナル舐め",
    "通販限定"
  ],
  "label": "ABSOLUTELY PERFECT",
  "maker": "プレステージ",
  "movie_length": 8400,
  "page": "http://www.prestige-av.com/goods/goods_detail.php?sku=ABP-123",
  "release_date": "2014-04-01",
  "sample_images": [
    "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_0_abp-123.jpg",
    "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_1_abp-123.jpg",
    "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_2_abp-123.jpg",
    "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_3_abp-123.jpg",
    "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_4_abp-123.jpg",
    "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_5_abp-123.jpg",
    "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_6_abp-123.jpg",
    "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_7_abp-123.jpg"
  ],
  "series": "満足度満点ソープ",
  "thumbnail_image": "http://www.prestige-av.com/images/corner/goods/prestige/abp/123/pf_p_abp-123.jpg",
  "title": "酒井ももか 満足度満点新人ソープDX+未公開映像DVD付き"
}

本文地址:https://www.codercto.com/soft/d/12641.html

Algorithms of the Intelligent Web

Algorithms of the Intelligent Web

Haralambos Marmanis、Dmitry Babenko / Manning Publications / 2009-7-8 / GBP 28.99

Web 2.0 applications provide a rich user experience, but the parts you can't see are just as important-and impressive. They use powerful techniques to process information intelligently and offer featu......一起来看看 《Algorithms of the Intelligent Web》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器