OpenDMM Ruby 番号信息查询开源项目

我要开发同款
匿名用户2015年05月21日
31阅读
开发技术Ruby
所属分类程序开发、常用工具包
授权协议MIT

作品详情

opendmm是做什么用的?

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

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

irb(main):001:0> require 'opendmm'=> trueirb(main):002:0> OpenDMM.search 'ABP-123'=> {:actresses=>["酒井 ももか"], :code=>"ABP-123", :cover_image=>"https://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=>"https://www.prestige-av.com/goods/goods_detail.php?sku=ABP-123", :release_date=>#<Date: 2014-04-01 ((2456749j,0s,0n),+0s,2299161j)>, :sample_images=>["https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_0_abp-123.jpg", "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_1_abp-123.jpg", "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_2_abp-123.jpg", "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_3_abp-123.jpg", "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_4_abp-123.jpg", "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_5_abp-123.jpg", "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_6_abp-123.jpg", "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_7_abp-123.jpg"], :series=>"満足度満点ソープ", :thumbnail_image=>"https://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": "https://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": "https://www.prestige-av.com/goods/goods_detail.php?sku=ABP-123",  "release_date": "2014-04-01",  "sample_images": [    "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_0_abp-123.jpg",    "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_1_abp-123.jpg",    "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_2_abp-123.jpg",    "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_3_abp-123.jpg",    "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_4_abp-123.jpg",    "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_5_abp-123.jpg",    "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_6_abp-123.jpg",    "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/cap_e_7_abp-123.jpg"  ],  "series": "満足度満点ソープ",  "thumbnail_image": "https://www.prestige-av.com/images/corner/goods/prestige/abp/123/pf_p_abp-123.jpg",  "title": "酒井ももか 満足度満点新人ソープDX+未公開映像DVD付き"}
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论