Dockerfile for you-get.
docker build -t you-get https://github.com/guolunwei/docker-you-get.git
By default, files will be saved to /download in the container, so, you should set volume like this:
docker run --rm -v /path/to/save/files:/download you-get [OPTIONS..] URL