Go to file
Justin Reichardt 0d852ce68c Split the static web templates to their own files
Makes it easier to work with and they will just be embedded into the
program on compilation
2022-11-16 21:34:08 -06:00
src Split the static web templates to their own files 2022-11-16 21:34:08 -06:00
COPYING Initial Commit 2022-01-10 17:37:43 -06:00
Makefile Updated the Makefile 2022-06-17 19:18:10 -05:00
Readme.md Added several flags to configure the program 2022-11-16 12:52:10 -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.

For help:

viddown -h