Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 746 Bytes

File metadata and controls

27 lines (20 loc) · 746 Bytes

PkgGoDev Go Go Report Card

Imgurfetch

Download images from album by album URL.

imgurfetch -h

Usage of imgurfetch:
imgurfetch [arguments] <url> [path(default: .)]
  -g	group images by resolution
  -r duration
    	rate limit(how often requests could happen)
  -w int
    	number of workers (default 10)

Test and build

make all

Will build binary file into $BINARY_FOLDER(defaut:./bin )