Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yantonov/ytdl-docker


https://github.com/yantonov/ytdl-docker

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

Docker image for [yt-dlp](https://github.com/yt-dlp/yt-dlp/).

Youtube-dl version that's used inside docker image can be found [here](https://github.com/yantonov/ytdl/blob/master/docker/files/requirements.txt)

Latest version of youtube-dl library can be found [here](https://github.com/yt-dlp/yt-dlp/blob/master/yt_dlp/version.py)

Usage add this repository to PATH and use ytmdl script

```bash
youtube-dl url
```

Links:
[The best Docker base image for your Python application (July 2019)](https://pythonspeed.com/articles/base-image-python-docker-images/)