- 授权协议: MIT
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/jonlunsford/yify
- 软件文档: https://github.com/jonlunsford/yify
软件介绍
Yify 是 Yify Torrents API 的 Ruby 语言封装。
示例代码:
require 'yify' client = Yify::Client.new => #<Yify::Client:0x007f9b14321ef8> movie = client.movie(353).result => #<Yify::Models::Movie:0x007f9b14360130> movie.movie_title => "We Were Soldiers (2002)"
