文件名称:torrent-finder:用于搜索 torrent 的可扩展命令行工具
文件大小:485KB
文件格式:ZIP
更新时间:2024-07-09 02:26:51
Ruby
洪流查找器 用于搜索 torrent 的可扩展命令行工具。 安装 将此行添加到应用程序的 Gemfile 中: gem 'torrent-finder' 然后执行: $ bundle 或者自己安装: $ gem install torrent-finder 用法 在eztv上搜索“Carl Sagans Cosmos”,并列出结果。 $ torrent-finder "Carl Sagans Cosmos" --site=eztv 如果您安装了 ,您可以使用 torrent 启动 peerflix。 要在 popgo 上搜索“Magi”,然后使用第一个结果启动 peerflix。 $ torrent-finder Magi --site=popgo --peerflix 网站 目前支持以下站点: 流行音乐 天啊 尼亚 eztv 更改日志 0.3.1 添加支持在运行
【文件预览】:
torrent-finder-master
----.gitignore(154B)
----README.md(1KB)
----bin()
--------torrent-finder(130B)
----Gemfile(97B)
----torrent-finder.gemspec(1KB)
----spec()
--------fixtures()
--------adapters()
--------spec_helper.rb(208B)
----LICENSE.txt(1KB)
----lib()
--------torrent-finder.rb(159B)
--------torrent-finder()
----Rakefile(28B)