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
Install it yourself as:
$ gem install swan
To use Swan, simply run the following command:
swan <url>
If a <url>
is not supported, you will get the appropriate error.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request