Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yantonov/ytdl-docker
https://github.com/yantonov/ytdl-docker
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yantonov/ytdl-docker
- Owner: yantonov
- Created: 2021-02-27T16:41:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T14:26:22.000Z (8 months ago)
- Last Synced: 2024-03-10T15:40:40.371Z (8 months ago)
- Language: Makefile
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)