An open API service indexing awesome lists of open source software.

https://github.com/shihanng/youtube-dl-docker

Dockerized http://rg3.github.io/youtube-dl/
https://github.com/shihanng/youtube-dl-docker

docker youtube-dl

Last synced: about 1 year ago
JSON representation

Dockerized http://rg3.github.io/youtube-dl/

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/shihanng/youtube-dl-docker.svg?style=svg&circle-token=b0d0047a8f3d3f737001482a8716cf36095260ff)](https://circleci.com/gh/shihanng/youtube-dl-docker)

Yet another attempt to create a Dockerized version of [youtube-dl](https://github.com/rg3/youtube-dl).

## Usage

Run the following:

```
docker run -it --rm -v "$(pwd):/data" shihanng/youtube-dl-docker:latest [OPTIONS] URL [URL...]
```

where `[OPTIONS] URL [URL...]` are the arguments that we will be passing to [youtube-dl](https://github.com/rg3/youtube-dl).
The resulting video files will be downloaded the current directory as specified at the above `$(pwd)`.