From 9f40655e99b8eb445f18e03285968e72f45858db Mon Sep 17 00:00:00 2001 From: Justin Reichardt Date: Mon, 10 Jan 2022 17:42:18 -0600 Subject: [PATCH] Added simple readme --- Readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..e407937 --- /dev/null +++ b/Readme.md @@ -0,0 +1,17 @@ +# Viddown + +This is a video downloader used for pulling videos from the internet to a remote server. This is run on the remote server and calls youtube-dl to download to requested url. + +## Build + +Go to the src directory: + + go build . + docker build -t jbreich/viddown:v# . + +A Makefile is in progress but currently does not add the version. + +# Run + +The default port is 8080. Env VIDDOWNLOC is where videos are saved to. +