PirateBayRuby

Quick CLI to search and download magnet links from the pirate bay

Installation

$ gem install pirate_bay_ruby

Usage

Search:

pirate_bay_ruby.rb "Ubuntu"

Download searched number:

pirate_bay_ruby.rb "Ubuntu" 1

Sorts searches by descending seeder count

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request