Go to file
Justin Reichardt 26af26c73b Created a centrilized operations handler
This allows all the requests to submit for an operation to be performed.
This will allow later versions to better handle various operations and
concurrency.
2022-01-11 14:55:09 -06:00
src Created a centrilized operations handler 2022-01-11 14:55:09 -06:00
COPYING Initial Commit 2022-01-10 17:37:43 -06:00
Readme.md Added simple readme 2022-01-10 17:42:18 -06:00

Readme.md

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.