Go to file
TJ Horner bdc166c445 yep good 2019-02-28 11:47:50 -08:00
.DS_Store yep good 2019-02-28 11:47:50 -08:00
.gitignore yep good 2019-02-28 11:47:50 -08:00
Gopkg.lock yep good 2019-02-28 11:47:50 -08:00
Gopkg.toml yep good 2019-02-28 11:47:50 -08:00
LICENSE yep good 2019-02-28 11:47:50 -08:00
Makefile yep good 2019-02-28 11:47:50 -08:00
README.md yep good 2019-02-28 11:47:50 -08:00
download.go yep good 2019-02-28 11:47:50 -08:00
e621.go yep good 2019-02-28 11:47:50 -08:00
main.go yep good 2019-02-28 11:47:50 -08:00
util.go yep good 2019-02-28 11:47:50 -08:00

README.md

e6dl

This is a command line tool for downloading posts that match certain tags on e621 or e926.

It does basically the same thing as this tool except it was written in Go and the output is a lot less pretty.

I made this because I wanted to rewrite one of my previous projects in Go, so I decided to start with this one since it's a pretty small and simple command line tool.

Installing, Building, etc.

See here since it uses the same Makefile.

Usage

Usage of e6dl:
  --concurrents int
    	Maximum amount of concurrent downloads (default 5)
  --limit int
    	Maximum amount of posts to grab from e621 (default 10)
  --out string
    	The directory to write the downloaded posts to (default "dl")
  --sfw
    	Download posts from e926 instead of e621.
  --tags string
    	Tags to search for