modulepackage
3.0.1+incompatible
Repository: https://github.com/handsomefox/redditdl.git
Documentation: pkg.go.dev
# README
redditdl
Downloads images or videos from a subreddit in a batch.
Building
go build --ldflags "-s -w" -o redditdl main.go
Usage
For usage, consult the main.go file, or run
redditdl --help
redditdl -h
# Packages
package api contains the code required to make requests, fetch/stream posts and other things from reddit.
# Functions
ChdirOrCreate moves to the provided directory and creates it if necessary.
FileExists returns whether the file exists.
NewFormattedFilename generates a valid filename for the media.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author