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/
- Host: GitHub
- URL: https://github.com/shihanng/youtube-dl-docker
- Owner: shihanng
- License: mit
- Created: 2017-06-18T07:50:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T12:33:03.000Z (about 9 years ago)
- Last Synced: 2025-05-13T00:08:10.109Z (about 1 year ago)
- Topics: docker, youtube-dl
- Language: Shell
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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)`.