22 lines
423 B
Markdown
22 lines
423 B
Markdown
# 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
|
|
|