Crystal Image Downloader

Language Status

A simple image scraper that downloads all images in <img> tags from a site. Can be extended to work with different cli flags

Installation/Usage

Development

Make changes to src/image-downloader.cr, just make sure to adhere to the current structure and use the contribution guide below

Contributing

  1. Fork it (https://github.com/your-github-user/image-downloader/fork)
  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 a new Pull Request

Contributors