/swan

Download stuff online with poise

Primary LanguageRubyMIT LicenseMIT

Swan

Download stuff online with poise.

Swan helps you download music, photos, videos, or any other data from various online websites. It, currently, implements downloading the following data:

  • Songs from Indian music streaming site: Gaana.com

Installation

Install it yourself as:

$ gem install swan

Usage

To use Swan, simply run the following command:

swan <url>

If a <url> is not supported, you will get the appropriate error.

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