Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
/ getty Public archive

A small utility to download images from gettyimages

License

Notifications You must be signed in to change notification settings

m-rots/getty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getty

Build

A small utility to download images from gettyimages.

  • Images are locked to 2048x2048 pixels in size

Usage

Download an image by its identifier:

getty "186350194"

Download an image by its URL:

getty "https://www.gettyimages.com/detail/186350194"

Download multiple images:

getty "186350194" "1207089198"

Downloaded images will be placed in the current working directory with the identifier of the image as a JPG file.

Install

Either download one of the binaries in the releases tab or build getty yourself.

Build

  1. Make sure you have the latest version of Go installed
  2. Run go build getty.go to build the binary

About

A small utility to download images from gettyimages

Resources

License

Stars

Watchers

Forks

Packages

No packages published