Hubble image fetcher
Given a list of image page urls of Hubble website, outputs a list of download urls for original images.
Installation
$ gem install hubble-image-fetcher
Usage
cat links.txt | hubble-image-fetcher
Test
rake test
Contributing
- Fork it ( https://github.com/weakish/hubble-image-fetcher/fork )
- 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 a new Pull Request
Signing commits with gpg is optional, but preferred.